UNPKG

nralcm

Version:

This is a framework based on NodeJs to manage rest api request lifecycle

43 lines (42 loc) 1.14 kB
{ "name": "nralcm", "version": "1.0.0-alpha-2.9.4", "description": "This is a framework based on NodeJs to manage rest api request lifecycle", "keywords": [ "node-typescript", "node rest api", "nodejs with typescript" ], "main": "dist/index.js", "scripts": { "test": "mocha -r ts-node/register src/**/*.spec.ts", "start": "nodemon", "build": "rm -rf ../nralcm-npm/* && cp package.json README.md ../nralcm-npm/ && tsc", "lint": "npm run tslint \"src/**/*.ts\"", "tslint": "tslint" }, "author": "sandip", "license": "ISC", "dependencies": { "express": "^4.16.2", "reflect-metadata": "^0.1.12", "rxjs": "^5.5.8" }, "devDependencies": { "@types/chai": "^4.1.2", "@types/express": "^4.11.1", "@types/jsonwebtoken": "^7.2.6", "@types/mocha": "^5.0.0", "@types/reflect-metadata": "^0.1.0", "@types/sinon": "^4.3.0", "bcryptjs": "^2.4.3", "chai": "^4.1.2", "jsonwebtoken": "^8.2.1", "mocha": "^5.0.5", "nodemon": "^1.15.1", "sinon": "^4.4.9", "ts-node": "^5.0.1", "tslint": "^5.9.1", "typescript": "^2.7.2" } }