-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1008 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
{
"name": "accelerator-tool-cli",
"version": "0.3.14",
"description": "All the code for the Accelerator devtool. Generally invoked by accelerator-tool or xlr8r.",
"author": "furkle",
"license": "GPL-3.0",
"main": "index.js",
"keywords": [
"accelerator",
"if",
"hypertext",
"fiction"
],
"dependencies": {
"chalk": "^2.4.2",
"colorful-logging": "^1.2.2",
"commander": "^2.19.0",
"esm": "^3.2.7",
"fs-extra": "^7.0.1",
"handlebars": "^4.7.2",
"hasbin": "^1.2.3",
"ifid": "^1.1.1",
"ts-assertions": "^1.0.11",
"validate-npm-package-name": "^3.0.0"
},
"devDependencies": {
"jest": "^24.1.0"
},
"scripts": {
"test": "jest"
},
"bugs": {
"url": "https://github.com/furkleindustries/accelerator-tool-cli/issues"
},
"homepage": "https://github.com/furkleindustries/accelerator-tool-cli#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/furkleindustries/accelerator-tool-cli.git"
}
}