-
Notifications
You must be signed in to change notification settings - Fork 74
/
package.json
41 lines (41 loc) · 940 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
{
"name": "scion-cli",
"version": "2.0.0",
"description": "Scion is a scaffold for initiating new projects from a given template.",
"bin": {
"scion": "bin/scion"
},
"bugs": {
"url": "https://github.com/jrainlau/scion/issues"
},
"homepage": "https://github.com/jrainlau/scion#readme",
"dependencies": {
"chalk": "^2.4.2",
"cli-table": "^0.3.1",
"commander": "^2.20.0",
"download-git-repo": "^2.0.0",
"inquirer": "^6.5.0",
"ncp": "^2.0.0",
"nedb": "^1.8.0",
"ora": "^3.4.0"
},
"devDependencies": {
"@types/cli-table": "^0.3.0",
"@types/nedb": "^1.8.8",
"rollup": "^1.17.0",
"rollup-plugin-commonjs": "^10.0.1",
"rollup-plugin-typescript": "^1.0.1",
"typescript": "^3.5.3"
},
"scripts": {
"dev": "rollup -c -w",
"build": "rollup -c"
},
"keywords": [
"scion",
"scion-cli",
"cli"
],
"author": "Jrain Lau",
"license": "MIT"
}