-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 840 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
{
"name": "boilerplate-templify-cli",
"version": "1.0.0",
"description": "Spin up server-side starters within minutes",
"main": "bin/cli.js",
"bin": {
"typify": "bin/cli.js"
},
"scripts": {
"start": "node bin/cli.js"
},
"author": "Amitrajit <[email protected]>",
"license": "ISC",
"dependencies": {
"chalk": "^4.1.2",
"chalk-animation": "^1.6.0",
"edit-json-file": "^1.5.0",
"figlet": "^1.5.2",
"gitignore": "^0.6.0",
"inquirer": "^6.5.2",
"gradient-string": "^2.0.0",
"ncp": "^2.0.0",
"node-fetch": "^2.6.8",
"ora": "^4.0.3"
},
"engines": {
"node": ">= 10.13.0",
"npm": ">= 6.11.0"
},
"devDependencies": {
"@types/node-fetch": "^2.5.12"
},
"publishConfig": {
"registry": "https://www.npmjs.com/package/boilerplate-templify-cli"
}
}