mirror of
https://github.com/DumbWareio/DumbAssets.git
synced 2026-01-09 06:10:52 +08:00
35 lines
734 B
JSON
35 lines
734 B
JSON
{
|
|
"name": "dumbassets",
|
|
"version": "1.0.0",
|
|
"description": "Asset tracking application for managing assets and their components",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node server.js",
|
|
"dev": "nodemon server.js"
|
|
},
|
|
"keywords": [
|
|
"asset",
|
|
"tracking",
|
|
"inventory",
|
|
"management"
|
|
],
|
|
"author": "DumbWare",
|
|
"dependencies": {
|
|
"chart.js": "^4.4.9",
|
|
"cookie-parser": "^1.4.7",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^16.5.0",
|
|
"express": "^4.18.2",
|
|
"express-session": "^1.18.1",
|
|
"helmet": "^8.1.0",
|
|
"luxon": "^3.6.1",
|
|
"multer": "^2.0.0",
|
|
"node-cron": "^3.0.3",
|
|
"uuid": "^9.0.0",
|
|
"xlsx": "^0.18.5"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^3.1.10"
|
|
}
|
|
}
|