-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 809 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 809 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": "rundeckqa",
"version": "1.0.0",
"description": "Rundeck QA Client",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Luis Toledo",
"license": "ISC",
"dependencies": {
"@types/js-yaml": "^3.12.3",
"@types/node": "^13.13.5",
"dotenv": "^10.0.0",
"form-data": "^3.0.0",
"js-yaml": "^3.13.2",
"node-fetch": "^2.6.1",
"ts-node": "^10.0.0",
"ts-rundeck": "^0.1.8",
"tsconfig-paths": "^3.9.0",
"typescript": "^3.8.3",
"yaml": "^1.10.3",
"yargs": "^15.3.2-beta.0"
},
"devDependencies": {
"@types/node-fetch": "^2.5.7",
"@types/yargs": "^15.0.4"
},
"overrides": {
"axios": "1.15.0",
"tough-cookie": "4.1.3",
"xml-js": "0.5.1",
"diff": "4.0.4"
}
}