forked from cables-gl/cables-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.03 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.03 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
{
"name": "@cables/cables",
"version": "0.11.0",
"description": "cables command line tool",
"main": "index.js",
"scripts": {
"test": "node index.js -c -D -m -a all -d test/ -e FO9IG3",
"code": "node index.js -d test/js/ -C FO9IG3,lntUQx,TctR5r"
},
"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"
},
"repository": {
"type": "git",
"url": "https://github.com/cables-gl/cables-cli.git"
}
}