UNPKG

@betit/orion

Version:

Pluggable microservice framework

50 lines (49 loc) 1.6 kB
{ "name": "@betit/orion", "version": "0.1.34", "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.3.0", "msgpack-lite": "^0.1.26", "nats": "0.7.24" }, "devDependencies": { "@types/node": "^6.0.46", "@types/request": "0.0.33", "@types/ws": "0.0.35", "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.3.0", "metalsmith-layouts": "^1.7.0", "metalsmith-markdown": "^0.2.1", "metalsmith-permalinks": "^0.5.0", "nyc": "^8.4.0", "tslint": "^3.15.1", "typescript": "^2.0.8" } }