UNPKG

@betit/orion-node-sdk

Version:
74 lines (73 loc) 2.01 kB
{ "name": "@betit/orion-node-sdk", "version": "3.5.7", "description": "SDK for orion", "license": "MIT", "repository": "betit/orion-node-sdk", "typings": "lib/orion.d.ts", "main": "lib/orion.js", "keywords": [ "microservices", "cross-language", "sdk", "orion", "client", "node", "framework" ], "scripts": { "build": "tsc && npm run ghpages && cp .nojekyll docs/.nojekyll", "test": "npm run lint && npm run build && mocha --require ts-node/register --require source-map-support/register --recursive ./test/index.ts", "coverage": "nyc mocha --require ts-node/register --require source-map-support/register --recursive ./test/index.ts", "covreport": "npm run coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage", "lint": "tslint --config tslint.json src/**/*.ts --exclude src/**/*.d.ts", "ghpages": "typedoc --out docs/ src/" }, "dependencies": { "debug": "3.1.0", "graygelf": "git+https://github.com/GiG/graygelf.git", "kafkajs": "1.3.1", "msgpack-lite": "0.1.26", "nats": "0.8.10", "uuid": "3.1.0", "zipkin": "0.12.0", "zipkin-context-cls": "0.11.0", "zipkin-transport-http": "0.12.0" }, "devDependencies": { "@types/chai": "^4.2.3", "@types/chai-as-promised": "^7.1.2", "@types/mocha": "^5.2.7", "@types/node": "12.7.8", "@types/zipkin-context-cls": "^0.11.1", "@types/zipkin-transport-http": "^0.11.1", "chai": "4.2.0", "chai-as-promised": "^7.1.1", "coveralls": "3.0.0", "mocha": "4.0.1", "nyc": "^14.1.1", "source-map-support": "^0.5.0", "ts-node": "^4.1.0", "tslint": "5.8.0", "typedoc": "^0.15.0", "typescript": "3.6.3" }, "nyc": { "extension": [ ".ts", ".tsx" ], "exclude": [ "**/*.d.ts", "coverage/", "docs/", "examples/", "lib/" ], "reporter": [ "html", "lcov" ], "all": true } }