forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 995 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 995 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
36
37
38
39
{
"name": "kibana-buildkite",
"version": "1.0.0",
"description": "Kibana Buildkite",
"scripts": {
"test": "jest --config jest.config.js",
"test:watch": "jest --config jest.config.js --watch",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@octokit/rest": "^22.0.0",
"adm-zip": "^0.5.16",
"axios": "^1.8.3",
"globby": "^11.1.0",
"js-yaml": "^4.1.1",
"minimatch": "^5.0.1",
"minimist": "^1.2.8",
"p-limit": "^3.1.0",
"tslib": "*"
},
"devDependencies": {
"@types/jest": "^30.0.0",
"@types/js-yaml": "^4.0.9",
"@types/jscodeshift": "^0.12.0",
"@types/minimatch": "^3.0.5",
"@types/minimist": "^1.2.5",
"@types/node": "^22.19.1",
"jest": "^30.0.3",
"jscodeshift": "^17.1.2",
"nock": "^12.0.2",
"ts-jest": "^29.4.0",
"ts-node": "^10.9.2",
"typescript": "^5.1.6"
},
"imports": {
"#pipeline-utils": "./pipeline-utils/index.ts",
"#pipeline-utils/*": "./pipeline-utils/*"
}
}