admin_dashboard_backend/package.json
SnippetsX fe86cb64f0 Initial commit
Added main backend options
alpha
2024-11-07 21:34:14 +03:00

18 lines
336 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": {
"express": "^4.21.1",
"mysql2": "^3.11.4",
"node-os-utils": "^1.3.7"
}
}