forked from DataDog/datadog-ci
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
139 lines (139 loc) · 4.41 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
"name": "@datadog/datadog-ci",
"version": "2.16.1",
"description": "Run datadog actions from the CI.",
"repository": "https://github.com/DataDog/datadog-ci",
"license": "Apache-2.0",
"bin": "dist/cli.js",
"engines": {
"node": ">=14"
},
"volta": {
"node": "14.20.1",
"yarn": "3.4.1"
},
"packageManager": "[email protected]",
"files": [
"dist/**/*",
"README",
"LICENSE"
],
"main": "dist/index.js",
"publishConfig": {
"access": "public"
},
"resolutions": {
"ini": "1.3.7",
"kind-of@^6.0.0": "6.0.3",
"fast-xml-parser@npm:4.2.4": "4.2.5"
},
"pkg": {
"scripts": [
"dist/commands/*/*.js",
"node_modules/vm2/lib/contextify.js",
"node_modules/vm2/lib/setup-sandbox.js"
]
},
"scripts": {
"build": "yarn clean; tsc",
"build:win": "tsc",
"check-licenses": "node bin/check-licenses.js",
"clean:win": "rm dist -r",
"clean": "rm -rf dist/*",
"dist-standalone": "pkg --compress GZip .",
"dist-standalone:test": "jest --config ./jest.config-standalone.js",
"format": "yarn eslint --fix",
"launch": "ts-node --transpile-only src/cli.ts",
"launch:debug": "node -r ts-node/register/transpile-only --inspect-brk src/cli.ts",
"lint": "yarn eslint || (echo \"\nYou can fix this by running ==> yarn format <==\n\" && false)",
"lint:ci": "yarn eslint -f @microsoft/sarif -o 'sarif-datadog-ci.sarif'",
"no-only-in-tests": "grep -R \"\\.only[(\\.]\" $(find src -name '*.ts' | grep '__tests__'); test $? -eq 1 || (echo '.only was found in the tests, please remove it.' && false)",
"prepack": "yarn build && node ./bin/make-it-executable.js && rimraf 'dist/**/__tests__'",
"prettier": "prettier \"src/**/*.{ts,js,json,yml}\" --ignore-path .gitignore",
"test": "jest --colors",
"test:debug": "node --inspect-brk node_modules/jest/bin/jest --runInBand",
"test:lambda": "jest src/commands/lambda --colors",
"eslint": "eslint --quiet 'src/**/*.ts'",
"typecheck": "bash bin/typecheck.sh",
"watch": "tsc -w"
},
"dependencies": {
"@aws-sdk/client-cloudwatch-logs": "^3.358.0",
"@aws-sdk/client-iam": "^3.358.0",
"@aws-sdk/client-lambda": "^3.358.0",
"@aws-sdk/client-sfn": "^3.358.0",
"@aws-sdk/credential-providers": "^3.358.0",
"@aws-sdk/property-provider": "^3.357.0",
"@types/datadog-metrics": "0.6.1",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"async-retry": "1.3.1",
"axios": "0.21.4",
"chalk": "3.0.0",
"clipanion": "2.2.2",
"datadog-metrics": "0.9.3",
"deep-extend": "0.6.0",
"deep-object-diff": "^1.1.9",
"fast-xml-parser": "^4.2.5",
"form-data": "3.0.0",
"fuzzy": "^0.1.3",
"glob": "7.1.4",
"inquirer": "^8.2.5",
"inquirer-checkbox-plus-prompt": "^1.4.2",
"js-yaml": "3.13.1",
"ora": "5.4.1",
"proxy-agent": "5.0.0",
"rimraf": "^3.0.2",
"semver": "^7.5.3",
"simple-git": "3.16.0",
"ssh2": "1.14.0",
"ssh2-streams": "0.4.10",
"sshpk": "1.16.1",
"tiny-async-pool": "1.2.0",
"ws": "7.4.6",
"xml2js": "0.5.0",
"yamux-js": "0.1.2"
},
"devDependencies": {
"@aws-sdk/types": "^3.357.0",
"@babel/core": "7.8.0",
"@babel/preset-env": "7.4.5",
"@babel/preset-typescript": "7.3.3",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@types/async-retry": "1.4.2",
"@types/deep-extend": "0.4.31",
"@types/glob": "7.1.1",
"@types/inquirer": "8.1.3",
"@types/jest": "28.1.3",
"@types/js-yaml": "^4.0.5",
"@types/node": "14.18.34",
"@types/rimraf": "^3.0.2",
"@types/semver": "^7.3.12",
"@types/ssh2": "1.11.6",
"@types/ssh2-streams": "0.1.9",
"@types/sshpk": "1.10.5",
"@types/tiny-async-pool": "1.0.0",
"@types/ws": "7.2.9",
"@types/xml2js": "0.4.9",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"aws-sdk-client-mock": "^2.1.1",
"aws-sdk-client-mock-jest": "^2.1.1",
"dd-trace": "3.20.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "2.7.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-no-null": "^1.0.2",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "4.0.0",
"jest": "28.1.3",
"jest-matcher-specific-error": "1.0.0",
"pkg": "5.5.2",
"prettier": "2.0.5",
"proxy": "1.0.2",
"ts-jest": "28.0.8",
"ts-node": "8.8.1",
"typescript": "4.3.5"
}
}