mirror of
https://github.com/elastic/kibana.git
synced 2025-04-21 16:29:04 -04:00
33 lines
769 B
JSON
33 lines
769 B
JSON
{
|
|
"name": "kibana-buildkite",
|
|
"version": "1.0.0",
|
|
"description": "Kibana Buildkite",
|
|
"scripts": {
|
|
"test": "mocha",
|
|
"test:watch": "mocha --watch"
|
|
},
|
|
"dependencies": {
|
|
"@octokit/rest": "^18.10.0",
|
|
"axios": "^0.21.4",
|
|
"globby": "^11.1.0",
|
|
"js-yaml": "^4.1.0",
|
|
"minimatch": "^5.0.1",
|
|
"tslib": "*"
|
|
},
|
|
"devDependencies": {
|
|
"@types/chai": "^4.2.10",
|
|
"@types/js-yaml": "^4.0.5",
|
|
"@types/minimatch": "^3.0.5",
|
|
"@types/mocha": "^10.0.1",
|
|
"@types/node": "^15.12.2",
|
|
"chai": "^4.2.0",
|
|
"mocha": "^10.2.0",
|
|
"nock": "^12.0.2",
|
|
"ts-node": "^10.7.0",
|
|
"typescript": "^4.6.4"
|
|
},
|
|
"imports": {
|
|
"#pipeline-utils": "./pipeline-utils/index.ts",
|
|
"#pipeline-utils/*": "./pipeline-utils/*"
|
|
}
|
|
}
|