-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 860 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
{
"name": "datacolour-cli",
"version": "1.3.4",
"description": "DataColour Cli Tool",
"bin": {
"datacolour-cli": "index.js"
},
"author": "freezesoul <[email protected]>",
"keywords": [
"datacolour"
],
"scripts": {
"build": "javascript-obfuscator index.src.js -o index.js --config obfuscator.json && ./fix-node.sh"
},
"license": "ISC",
"dependencies": {
"chalk": "^3.0.0",
"child_process": "^1.0.2",
"chrome-launcher": "^0.13.2",
"commander": "^4.1.1",
"copy-dir": "^1.2.0",
"download-git-repo": "^3.0.2",
"express": "^4.17.1",
"fs-extra": "^9.0.1",
"handlebars": "^4.7.3",
"http-proxy-middleware": "^0.20.0",
"inquirer": "^7.0.4",
"log-symbols": "^3.0.0",
"ora": "^4.0.3",
"tar-fs": "^2.0.0"
},
"devDependencies": {
"javascript-obfuscator": "^0.24.6"
}
}