File size: 656 Bytes
3b4170f 158961a 3b4170f d41d550 3b4170f 158961a 3b4170f d41d550 158961a d41d550 158961a f0e7533 3b4170f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | {
"name": "web-command-executor",
"version": "1.2.0",
"main": "app.js",
"type": "module",
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js",
"lint": "eslint .",
"test": "jest"
},
"dependencies": {
"express": "^4.18.2",
"winston": "^3.10.0",
"helmet": "^7.0.0",
"express-rate-limit": "^6.9.0",
"jsonwebtoken": "^9.0.1",
"cors": "^2.8.5"
},
"devDependencies": {
"nodemon": "^3.0.1",
"eslint": "^8.47.0",
"jest": "^29.6.2"
},
"engines": {
"node": ">=18.0.0"
}
} |