UNPKG

core-api-lib

Version:

Core library with all microservice utilities

46 lines (45 loc) 1.16 kB
{ "name": "core-api-lib", "version": "0.6.1", "description": "Core library with all microservice utilities", "main": "index.js", "types": "index.d.ts", "scripts": { "pretest": "npm install", "preversion": "npm run test", "version": "", "postversion": "git push origin HEAD:master && git push --tags", "build:clean": "rimraf dist && npm run build", "publish:lib": "npm run build:clean && npm publish ./dist", "build": "tsc && cp ./README.md ./dist/README.md && cp ./package.json ./dist/package.json", "build:only": "tsc", "test": "echo 'Error: no test specified'; false" }, "keywords": [ "core-api-lib", "core-lib", "api-lib", "library", "lib", "service" ], "author": "Varghese Abraham", "license": "ISC", "engines": { "node": "22.x" }, "devDependencies": { "@types/bcryptjs": "2.4.2", "@types/bunyan": "1.8.11", "@types/express": "4.17.7", "@types/jsonwebtoken": "9.0.2", "rimraf": "3.0.2", "typescript": "^3.9.7" }, "dependencies": { "bcryptjs": "2.4.3", "bunyan": "1.8.15", "express": "4.17.1", "jsonwebtoken": "9.0.2" } }