Files
node-pkg-express-utils/package.json
Sebastian Seedorf 4d520321e7 Test #1
2020-11-16 16:43:05 +01:00

60 lines
1.8 KiB
JSON

{
"name": "pkg-express-utils",
"version": "1.0.0",
"description": "",
"main": "out/index.js",
"scripts": {
"lint": "eslint . --ext .ts",
"lint-fix": "eslint . --ext .ts --fix",
"test": "echo \"Error: no test specified\" && exit 1",
"install-debug": "npm install && npm run build",
"install-prod": "npm install --only=dev && npm install --only=prod && npm run build && npm run del-node-module && npm install --only=prod",
"build": "tsc",
"del-node-module:default": "rm -r node_modules",
"del-node-module:windows": "if exist node_modules rmdir /Q/S node_modules",
"del-node-module": "run-script-os"
},
"author": "Sebastian Seedorf",
"license": "ISC",
"dependencies": {
"@10xjs/polyfill-analyzer": "^0.1.0",
"connect-redis": "^5.0.0",
"cookie-parser": "~1.4.4",
"env-var": "^6.3.0",
"express": "~4.16.1",
"express-session": "^1.17.1",
"json-prune": "^1.1.0",
"node-fetch": "^2.6.1",
"polyfill-library": "^3.97.0",
"proper-url-join": "^2.1.1",
"redis": "^3.0.2",
"role-acl": "^4.5.4",
"run-script-os": "^1.1.3",
"threads": "^1.6.3",
"tiny-worker": "^2.3.0",
"uuid": "^8.3.1",
"winston": "^3.3.3",
"@types/proper-url-join": "^2.0.0",
"@types/redis": "^2.8.28",
"@types/express-session": "^1.17.1"
},
"devDependencies": {
"@types/connect-redis": "0.0.15",
"@types/express": "^4.17.8",
"@types/http-errors": "^1.8.0",
"@types/node": "^14.14.7",
"@types/node-fetch": "^2.5.7",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^4.7.0",
"@typescript-eslint/parser": "^4.7.0",
"concurrently": "^5.3.0",
"eslint": "^7.13.0",
"eslint-plugin-no-null": "^1.0.2",
"eslint-plugin-promise": "^4.2.1",
"node-watch": "^0.7.0",
"stream": "0.0.2",
"tsc-watch": "^4.2.9",
"typescript": "^4.0.5"
}
}