raas-client
Version:
66 lines (65 loc) • 1.56 kB
JSON
{
"name": "raas-client",
"version": "0.0.22",
"description": "raas-client",
"main": "lib/main.js",
"types": "lib/main.d.ts",
"scripts": {
"prepare": "npm run build",
"build": "tslint -p tslint.json && tsc",
"test": "nyc mocha --timeout 100000 --exit",
"coverage:upload": "codecov -f coverage/*.json",
"update-deps": "node_modules/.bin/ncu --upgrade --loglevel verbose --packageFile package.json && npm update"
},
"nyc": {
"extension": [
".ts"
],
"exclude": [
"**/*.d.ts",
"lib",
"test",
"coverage"
],
"reporter": [
"json",
"html"
],
"all": true
},
"repository": {
"type": "git",
"url": "git+https://github.com/johnsteele/raas-client.git"
},
"keywords": [
"rhamt",
"migration",
"windup"
],
"author": "John Steele",
"license": "MIT",
"bugs": {
"url": "https://github.com/johnsteele/raas-client/issues"
},
"homepage": "https://github.com/johnsteele/raas-client#readme",
"devDependencies": {
"@types/chai": "^4.1.4",
"@types/mocha": "^5.2.5",
"@types/node": "^10.7.1",
"@types/sinon": "^5.0.1",
"@types/sinon-chai": "^3.2.0",
"chai": "^4.1.2",
"codecov": "^3.0.4",
"mocha": "^5.2.0",
"nyc": "^12.0.2",
"sinon": "^6.1.5",
"sinon-chai": "^3.2.0",
"source-map-support": "^0.5.8",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"tslint-no-unused-expression-chai": "^0.1.3",
"typescript": "^3.0.1",
"vscode-jsonrpc": "^3.6.2",
"raas-core": "0.3.27"
}
}