@betit/orion
Version:
Pluggable microservice framework
50 lines (49 loc) • 1.6 kB
JSON
{
"name": "@betit/orion",
"version": "0.1.21",
"description": "Pluggable microservice framework",
"license": "MIT",
"repository": "betit/orion",
"typings": "lib/orion.d.ts",
"main": "lib/orion.js",
"scripts": {
"build": "tsc",
"buildtest": "tsc --project test",
"pretest": "npm run build && npm run buildtest",
"test": "ava --verbose tmp",
"coverage": "npm run pretest && nyc ava tmp",
"covreport": "npm run coverage && nyc report --reporter=lcov > coverage.lcov && codecov",
"stress": "npm run pretest && for i in {1..10}; do ava --verbose tmp; done",
"lint": "tslint --config tslint.json src/**/*.ts --exclude src/**/*.d.ts",
"site": "rm -rf public && metalsmith && npm run build && jsdoc -c jsdoc.json",
"prevsite": "metalsmith && jsdoc -c jsdoc.json",
"ghpages": "npm run site && gh-pages -d public",
"postpublish": "greenkeeper-postpublish"
},
"dependencies": {
"debug": "^2.2.0",
"msgpack-lite": "^0.1.26",
"nats": "^0.6.4"
},
"devDependencies": {
"@types/node": "^6.0.45",
"@types/request": "0.0.32",
"@types/ws": "0.0.34",
"ava": "^0.16.0",
"codecov": "^1.0.1",
"coveralls": "^2.11.14",
"docdash": "^0.4.0",
"gh-pages": "^0.11.0",
"github-changes": "^1.0.4",
"greenkeeper-postpublish": "^1.0.1",
"handlebars": "^4.0.5",
"jsdoc": "^3.4.2",
"metalsmith": "^2.2.0",
"metalsmith-layouts": "^1.6.5",
"metalsmith-markdown": "^0.2.1",
"metalsmith-permalinks": "^0.5.0",
"nyc": "^8.3.2",
"tslint": "^3.15.1",
"typescript": "^2.0.3"
}
}