@sjtix/common
Version:
Common code shared between services
36 lines (35 loc) • 840 B
JSON
{
"name": "@sjtix/common",
"version": "1.0.11",
"description": "Common code shared between services",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"files": [
"build/**/*"
],
"scripts": {
"clean": "del ./build/*",
"build": "tsc",
"pub": "git add . && git commit -m \"Updates\" && npm version patch && npm run build && npm publish"
},
"keywords": [
"common",
"sj"
],
"author": "sj",
"license": "ISC",
"devDependencies": {
"del-cli": "^4.0.0",
"typescript": "^4.3.4"
},
"dependencies": {
"@types/cookie-session": "^2.0.42",
"@types/express": "^4.17.12",
"@types/jsonwebtoken": "^8.5.2",
"cookie-session": "^1.4.0",
"express": "^4.17.1",
"express-validator": "^6.12.0",
"jsonwebtoken": "^8.5.1",
"node-nats-streaming": "^0.3.2"
}
}