UNPKG

mission.api

Version:
75 lines (74 loc) 1.98 kB
{ "name": "mission.api", "version": "1.1.1", "description": "mission api ", "main": "./lib/index.js", "types": "./lib/index.d.ts", "scripts": { "prebuild": "node_modules/.bin/rimraf lib", "lint": "tslint -p tsconfig.json", "build": "npm run lint && tsc", "prepublishOnly": "npm run build", "build-docs": "typedoc --out ./docs", "publish-docs": "./publish_docs.sh", "test": "jest", "test:debug": "node --inspect node_modules/.bin/jest --runInBand" }, "repository": { "type": "git", "url": "git+https://natarajanmca11@bitbucket.org/incubating/mission.api.git" }, "bugs": { "url": "https://github.com/mission-io/issues/issues", "email": "mission.io@outlook.com" }, "keywords": [ "mission", "api", "server" ], "typescript": { "definition": "index.d.ts" }, "author": { "name": "Natarajan Ganapathi", "email": "natarajanmca11@gmail.com", "url": "http://www.linkedin.com/in/natarajanganapathi" }, "license": "MIT", "homepage": "https://mission-io.github.io/docs/index.html", "devDependencies": { "@types/body-parser": "1.17.1", "@types/cookie-parser": "1.4.2", "@types/helmet": "0.0.45", "@types/jest": "24.0.25", "@types/morgan": "1.7.37", "@types/node": "13.1.1", "@types/qs": "6.9.0", "jest": "^26.4.2", "rimraf": "3.0.0", "ts-jest": "^26.2.0", "tslint": "5.20.1", "typescript": "3.7.4" }, "dependencies": { "@types/cors": "2.8.6", "@types/express": "4.17.2", "@types/lodash": "4.14.149", "@types/method-override": "0.0.31", "@types/spdy": "3.4.4", "body-parser": "1.19.0", "cookie-parser": "1.4.4", "cors": "2.8.5", "express": "5.0.0-alpha.7", "fs": "0.0.2", "helmet": "3.21.2", "lodash": "^4.17.20", "method-override": "3.0.0", "mission.common": "1.1.1", "morgan": "1.9.1", "mpath": "0.6.0", "reflect-metadata": "0.1.13", "spdy": "4.0.1" } }