@myshtickets/common
Version:
31 lines (30 loc) • 775 B
JSON
{
"name": "@myshtickets/common",
"version": "1.0.20",
"description": "",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"files": [
"build/**/*"
],
"scripts": {
"clean": "del-cli ./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.8",
"@types/jsonwebtoken": "^8.5.0",
"cookie-session": "^1.4.0",
"del-cli": "^3.0.1",
"express": "^4.17.1",
"express-validator": "^6.6.1",
"jsonwebtoken": "^8.5.1",
"node-nats-streaming": "^0.3.2",
"typescript": "^4.0.3"
}
}