platform-chaos/package.json

44 строки
1.1 KiB
JSON

{
"name": "platform-chaos",
"version": "1.0.0",
"description": "A node sdk for building services capable of injecting chaos into PaaS offerings",
"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/"
},
"keywords": [
"azure",
"platform",
"chaos"
],
"author": "microsoft",
"license": "MIT",
"devDependencies": {
"@types/lodash.isequal": "^4.5.3",
"@types/mocha": "^5.2.5",
"@types/shimmer": "^1.0.1",
"@types/sinon": "^5.0.2",
"@types/uuid": "^3.4.4",
"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",
"lodash.isequal": "^4.5.0",
"mocha": "^5.2.0",
"rimraf": "^2.6.2",
"sinon": "^6.2.0",
"tslint": "^5.11.0",
"tslint-config-standard": "^8.0.1",
"typescript": "^3.0.3"
},
"dependencies": {
"shimmer": "^1.2.0",
"uuid": "^3.3.2"
}
}