-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 794 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 794 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "create-copyright-header",
"version": "2.2.1",
"description": "",
"main": "bin/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/jpelaa/create-copyright-header.git"
},
"engines": {
"node": ">=8"
},
"preferGlobal": true,
"bin": {
"create-copyright-header": "./bin/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"copyright",
"header",
"license-header"
],
"author": "",
"license": "ISC",
"dependencies": {
"ansi-colors": "^4.1.1",
"clear": "^0.1.0",
"clui": "^0.3.6",
"command-line-args": "^5.1.1",
"command-line-usage": "^6.1.1",
"enquirer": "^2.3.6",
"enquirer-prompt-editor": "^2.0.1",
"figlet": "^1.5.0"
}
}