kibana/.buildkite/package.json
Jon d4d9a6f473
[8.6] [ci] Bump mocha to 10.2.0 (#147566) (#148678)
#147566

Co-authored-by: Sergev ₱ <118327710+iot-defcon@users.noreply.github.com>
2023-01-10 15:41:05 -06:00

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/*"
}
}