54 строки
1.4 KiB
JSON
54 строки
1.4 KiB
JSON
{
|
|
"name": "platform-chaos-api",
|
|
"version": "1.0.0",
|
|
"description": "API for Platform Chaos",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"lint": "npx tslint --project .",
|
|
"test": "npm run lint && mocha dist/test/",
|
|
"compile": "npm run cleanup && npx tsc",
|
|
"cleanup": "rimraf dist/"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/azure/platform-chaos-api.git"
|
|
},
|
|
"keywords": [
|
|
"azure",
|
|
"chaos",
|
|
"platform",
|
|
"node"
|
|
],
|
|
"author": "Microsoft",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/azure/platform-chaos-api/issues"
|
|
},
|
|
"homepage": "https://github.com/azure/platform-chaos-api#readme",
|
|
"devDependencies": {
|
|
"@types/mocha": "^5.2.5",
|
|
"@types/node": "^10.10.3",
|
|
"eslint": "^5.4.0",
|
|
"eslint-config-standard": "^12.0.0",
|
|
"eslint-plugin-import": "^2.14.0",
|
|
"eslint-plugin-node": "^7.0.1",
|
|
"eslint-plugin-promise": "^4.0.0",
|
|
"eslint-plugin-standard": "^4.0.0",
|
|
"mocha": "^5.0.0",
|
|
"rimraf": "^2.6.2",
|
|
"standard": "^12.0.1",
|
|
"supertest": "^3.2.0",
|
|
"tslint": "^5.11.0",
|
|
"tslint-config-standard": "^8.0.1",
|
|
"typescript": "^3.0.3"
|
|
},
|
|
"dependencies": {
|
|
"azure-chaos": "^1.1.1",
|
|
"body-parser": "^1.18.2",
|
|
"express": "^4.16.2",
|
|
"passport": "^0.4.0",
|
|
"passport-azure-ad": "^4.0.0",
|
|
"passport-http-bearer": "^1.0.1"
|
|
}
|
|
}
|