-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.42 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.42 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "@haztivity/cli",
"version": "0.5.4",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc -p libs",
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"hzcli": "bin/hzcli.js"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/davinchi_finsi/haztivity-cli.git"
},
"author": "",
"license": "ISC",
"homepage": "https://bitbucket.org/davinchi_finsi/haztivity-cli",
"dependencies": {
"@types/uglify-js": "^2.6.28",
"autoprefixer": "^7.1.5",
"cli-color": "^1.2.0",
"commander": "^2.9.0",
"extend": "^3.0.0",
"fs-extra": "^5.0.0",
"fuse-box": "^1.3.131",
"fusebox-pug-plugin": "^1.0.0",
"glob": "^7.1.2",
"gulp-html-replace": "^1.6.2",
"loglevel": "^1.4.1",
"map-stream": "0.0.7",
"postcss": "^6.0.13",
"q": "^1.5.0",
"typescript": "^2.2.2",
"vinyl-fs": "^2.4.4",
"vorpal": "^1.12.0"
},
"devDependencies": {
"@types/cli-color": "^0.3.29",
"@types/commander": "^2.3.31",
"@types/fs-extra": "^5.0.0",
"@types/glob": "^5.0.34",
"@types/loglevel": "^1.4.29",
"@types/node-notifier": "0.0.28",
"@types/q": "^1.0.0",
"node-sass": "^4.12.0"
},
"peerDependencies": {
"node-sass": "^4.11.0"
},
"types": "./libs/index.ts",
"typings": "./libs/index.ts",
"directories": {
"typings": "./libs"
}
}