-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
52 lines (52 loc) · 1.51 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": "@cables/cables",
"version": "0.22.0",
"description": "cables command line tool",
"main": "index.js",
"scripts": {
"clean": "rimraf test/",
"test": "run-s clean _test",
"test:cli": "run-s clean _test:cli",
"test:code": "run-s clean _test:code",
"test:patch": "run-s clean _test:patch",
"_test": "node test.js",
"_test:cli": "node index.js -D -a all -d test/ -e FO9IG3",
"_test:code": "node index.js -d test/js/ -C FO9IG3,lntUQx,TctR5r",
"_test:patch": "node index.js -d test/ -p -e FO9IG3"
},
"bin": {
"cables": "./index.js"
},
"author": "undev (https://undev.studio)",
"homepage": "https://github.com/cables-gl/cables-cli",
"bugs": {
"url": "https://github.com/cables-gl/cables-cli/issues"
},
"keywords": [
"visual-programming",
"cables",
"export"
],
"license": "MIT",
"dependencies": {
"basename": "0.1.2",
"command-line-args": "5.2.1",
"extract-zip": "2.0.1",
"fs": "0.0.1-security",
"home-config": "0.1.0",
"mkdirp": "2.1.4",
"node-fetch": "2.6.9",
"prompt": "1.3.0"
},
"devDependencies": {
"eslint": "5.3.0",
"eslint-config-airbnb-base": "13.2.0",
"eslint-plugin-import": "2.18.2",
"rimraf": "6.0.1",
"npm-run-all": "4.1.5"
},
"repository": {
"type": "git",
"url": "https://github.com/cables-gl/cables-cli.git"
}
}