@stubclub/common
Version:
35 lines (34 loc) • 856 B
JSON
{
"name": "@stubclub/common",
"version": "1.0.21",
"description": "",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"files": [
"build/**/*"
],
"scripts": {
"clean": "del ./build/*",
"build": "npm run clean && tsc",
"pub": "git add . && git commit -m \"updates\" && npm version patch && npm run build && npm publish"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/cookie-session": "^2.0.41",
"@types/express": "^4.17.6",
"@types/jsonwebtoken": "^8.5.0",
"@types/mongoose": "^5.7.36",
"cookie-session": "^1.4.0",
"express": "^4.17.1",
"express-validator": "^6.6.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.10.0",
"node-nats-streaming": "^0.3.2"
},
"devDependencies": {
"del-cli": "^3.0.1",
"typescript": "^3.9.6"
}
}