-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 937 Bytes
/
package.json
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
38
39
40
41
42
43
44
{
"name": "initpkg",
"version": "1.5.1",
"description": "A CLI to init my new projects",
"main": "src/main.js",
"bin": "bin/initpkg",
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cli",
"initpkg",
"create-project"
],
"author": "Keanu Timmermans <[email protected]> (https://keanucode.herokuapp.com)",
"license": "MIT",
"dependencies": {
"arg": "^4.1.0",
"chalk": "^2.4.2",
"clear": "^0.1.0",
"cliui": "^6.0.0",
"covgen": "^3.1.0",
"esm": "^3.2.18",
"execa": "^1.0.0",
"figlet": "^1.2.4",
"gitignore": "^0.6.0",
"inquirer": "^6.2.2",
"listr": "^0.14.3",
"ncp": "^2.0.0",
"pkg-install": "^0.2.0",
"spdx-license-list": "^5.0.0"
},
"devDependencies": {
"lodash": ">=4.17.12"
},
"files": [
"bin/",
"src/",
"templates/"
]
}