UNPKG

@yucom/rest-server

Version:
56 lines (55 loc) 1.59 kB
{ "name": "@yucom/rest-server", "version": "1.2.0", "description": "Preconfigured rest-server", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "jest --coverage", "tsc": "tsc", "watch-ts": "tsc -w", "build": "npm run tslint && tsc", "prepublishOnly": "npm run-script build", "start": "node --inspect-brk=10000 -r ts-node/register dist/index.js", "launch": "npm run build && npm start", "tslint": "tslint -c tslint.json -p tsconfig.json 'src/**/*.ts'" }, "repository": { "type": "git", "url": "git+https://github.com/yucom-util/rest-server.git" }, "keywords": [ "rest-server" ], "author": "jlazarte,llobeto", "license": "ISC", "bugs": { "url": "https://github.com/yucom-util/rest-server/issues" }, "homepage": "https://github.com/yucom-util/rest-server#readme", "dependencies": { "@yucom/common": "^0.3.2", "@yucom/context": "^0.1.1", "@yucom/log": "^0.1.3", "body-parser": "^1.19.0", "compression": "^1.7.3", "cookie-parser": "^1.4.4", "cors": "^2.8.5", "express": "^4.17.1", "ts-node": "^8.1.0" }, "devDependencies": { "@types/body-parser": "^1.17.0", "@types/compression": "0.0.36", "@types/cookie-parser": "^1.4.1", "@types/express": "^4.16.1", "@types/jest": "^24.0.11", "@types/node": "^12.7.4", "@yucom/rest-client": "^0.2.4", "axios": "^0.19.2", "jest": "^24.7.1", "ts-jest": "^24.0.1", "tslint": "^5.15.0", "typescript": "^3.4.1" } }