-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 963 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 963 Bytes
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": "helm-assistant",
"scripts": {
"build": "tsc && sh .github/set_version.sh && pkg --compress GZip dist/App.js -o helm-assistant && chmod +x helm-assistant",
"lint": "tslint -c tslint.json \"./src/**/*.ts\"",
"lint-fix": "tslint --fix -c tslint.json \"./src/**/*.ts\""
},
"author": "",
"license": "ISC",
"dependencies": {
"yargs": "^17.7.2",
"cli-color": "^2.0.3",
"debug": "^4.3.4"
},
"devDependencies": {
"pkg": "^5.8.1",
"@types/dotenv": "^8.2.0",
"@types/debug": "^4.1.8",
"@types/tar-stream": "^2.1.0",
"@types/yargs": "^17.0.24",
"node-loader": "^0.6.0",
"standard": "^17.1.0",
"ts-loader": "^8.0.10",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"tsconfig-paths": "^4.2.0",
"tslint": "^6.1.3",
"eslint": "^8.46.0",
"typescript": "^4.9.5",
"mocha": "^10.2.0",
"@types/mocha": "^10.0.1",
"chai": "^4.3.4",
"@types/chai": "^4.3.5"
}
}