admin_dashboard_backend/package.json
SnippetsX e1547f7af7 minor changes
added config.json
added developer mode switching
2024-11-20 00:00:17 +03:00

19 lines
358 B
JSON

{
"name": "serverside-agent",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"cors": "^2.8.5",
"express": "^4.21.1",
"mysql2": "^3.11.4",
"node-os-utils": "^1.3.7"
}
}