neutral/package.json

39 lines
813 B
JSON
Raw Normal View History

{
2024-12-29 15:18:12 +01:00
"name": "inventory",
"version": "1.0.0",
"description": "Gestion de veteements",
"main": "index.js",
"scripts": {
"start": "nodemon ./bin/www",
"dev": "set DEV=true & nodemon ./bin/www"
},
"repository": {
"type": "git",
2024-12-29 15:18:12 +01:00
"url": "https://git.raphix.fr/raphix/inventory.git"
},
"nodemonConfig": {
"ext": "js, html",
"ignore": [
"*.json"
],
"delay": "10000000"
},
"keywords": [],
"dependencies": {
"cookie-parser": "~1.4.4",
"crypto-js": "^4.2.0",
"debug": "~2.6.9",
"ejs": "~2.6.1",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"loguix": "^1.4.2",
"nodemon": "^3.0.1",
2024-12-29 15:18:12 +01:00
"os-utils": "^0.0.14"
"pm2": "^5.3.0",
2024-12-29 15:18:12 +01:00
"express-favicon": "^2.0.4",
"uuid": "^9.0.1"
},
"author": "Raphix",
"license": "ISC"
}