@feqra/voucher-pool-common
Version:
Common library used to handle common errors for a voucher pool system generation.
35 lines (34 loc) • 896 B
JSON
{
"name": "@feqra/voucher-pool-common",
"version": "1.0.0",
"description": "Common library used to handle common errors for a voucher pool system generation.",
"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": [
"Voucher",
"Voucher Pool"
],
"author": "Taleb DAHAN",
"license": "ISC",
"devDependencies": {
"del-cli": "^3.0.1",
"typescript": "^3.9.3"
},
"dependencies": {
"@types/cookie-session": "^2.0.39",
"@types/express": "^4.17.6",
"@types/jsonwebtoken": "^8.5.0",
"cookie-session": "^1.4.0",
"express": "^4.17.1",
"express-validator": "^6.5.0",
"jsonwebtoken": "^8.5.1"
}
}