eo-services/package.json

51 lines
1.3 KiB
JSON

{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint --ext .js,.cjs --ignore-path .gitignore --fix src/",
"format": "prettier . --write",
"dev": "nodemon src/app.js",
"start": "NODE_ENV=production node src/app.js",
"build": "docker buildx bake",
"push": "docker buildx bake --push"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.1.2",
"base64url": "^3.0.1",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-session": "^1.17.3",
"helmet": "^7.0.0",
"http-errors": "^2.0.0",
"jsonld": "^8.3.1",
"jsonwebtoken": "^9.0.1",
"jwk-to-pem": "^2.0.5",
"local-storage": "^2.0.0",
"morgan": "^1.10.0",
"nodemon": "^3.0.1",
"promise": "^8.3.0",
"query-string": "^7.1.1",
"redis": "^4.6.7",
"winston": "^3.9.0"
},
"devDependencies": {
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-promise": "^6.1.1",
"prettier": "2.8.8"
},
"type": "module"
}