-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.09 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.09 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
44
45
46
{
"name": "@ibm-cloud/cd-tools",
"version": "0.0.0-semantically-released",
"description": "Tools and utilities for the IBM Cloud Continuous Delivery service and resources",
"repository": {
"type": "git",
"url": "git+https://github.com/IBM/continuous-delivery-tools.git"
},
"keywords": [
"ibm"
],
"publishConfig": {
"access": "public"
},
"author": "IBM Corp.",
"license": "Apache-2.0",
"scripts": {
"test": "mocha --require \"test/setup.js\" --retries 3 --parallel \"test/copy-toolchain/*.test.js\""
},
"dependencies": {
"@cdktf/hcl2json": "^0.21.0",
"axios": "^1.12.2",
"axios-retry": "^4.5.0",
"cli-table3": "^0.6.5",
"commander": "^14.0.1",
"json-to-tf": "^0.3.1",
"ora": "^9.0.0",
"papaparse": "^5.5.3",
"strip-ansi": "^7.1.2"
},
"bin": {
"cd-tools": "index.js"
},
"type": "module",
"devDependencies": {
"chai": "^6.2.0",
"eslint": "^9.39.2",
"mocha": "^11.7.4",
"nconf": "^0.13.0",
"node-pty": "^1.0.0"
},
"overrides": {
"serialize-javascript": "^7.0.5",
"diff": "^8.0.0"
}
}