-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.22 KB
/
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
45
46
47
48
49
50
51
52
{
"name": "fabalous",
"version": "0.0.42",
"description": "",
"dependencies": {
"cmdify": "^0.0.4",
"co": "^4.6.0",
"co-prompt": "^1.0.0",
"command-exists": "^1.2.2",
"commander": "^2.12.2",
"fs-extra": "^5.0.0",
"handlebars": "^4.0.11",
"inquirer": "^4.0.1",
"jsonfile": "^4.0.0",
"ncp": "^2.0.0",
"tslib": "^1.8.1"
},
"files": [
"files",
"dist"
],
"devDependencies": {
"@types/node": "^8.5.1",
"@fabalous/core": "^0.5.31",
"@fabalous/runtime-cli": "0.0.3",
"progress-bar-webpack-plugin": "^1.10.0",
"typescript": "^2.6.2",
"nodemon": "^1.13.3",
"webpack": "^3.10.0",
"gulp": "^3.9.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"develop": "tsc --watch",
"start": "tsc --watch",
"postversion": "npm run build && git push --tags && npm publish"
},
"bin": {
"fabalous": "./dist/cli/CLI.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Faba-network/fabalous.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Faba-network/fabalous/issues"
},
"homepage": "https://github.com/Faba-network/fabalous#readme"
}