UNPKG

@addapptables/microservice

Version:
47 lines (46 loc) 1.21 kB
{ "name": "@addapptables/microservice", "version": "2.0.1", "description": "addapptables microservice", "author": "dev@addapptables.com", "homepage": "https://github.com/addapptables/miscellaneous#readme", "license": "MIT", "main": "dist/index.js", "scripts": { "build": "tsc", "lint": "tslint -p tsconfig.json -c ../../tslint.json", "test": "mocha -r 'tests/index.spec.js' tests/**/*.spec.ts", "coverage": "nyc yarn test", "coverage-report": "nyc --reporter=lcov yarn test" }, "keywords": [ "addapptables", "microservice" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/addapptables/miscellaneous.git" }, "bugs": { "url": "https://github.com/addapptables/miscellaneous/issues" }, "dependencies": { "uuid": "^8.2.0", "reflect-metadata": "^0.1.13", "bluebird": "^3.7.2", "ramda": "^0.27.0" }, "peerDependencies": { "@nestjs/common": ">=8.0.0 <9.0.0", "@nestjs/core": ">=8.0.0 <9.0.0", "rxjs": ">=7.0.0 <8.0.0" }, "devDependencies": { "@nestjs/testing": "8.2.4", "@types/bluebird": "^3.5.30", "@types/ramda": "^0.27.4" } }