Files
test_dashboard/server/package.json
T

22 lines
411 B
JSON
Raw Normal View History

2026-05-20 11:52:18 -04:00
{
"name": "dashboard-server",
"version": "1.0.0",
"type": "commonjs",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "node --watch index.js",
"test": "jest"
2026-05-20 11:52:18 -04:00
},
"dependencies": {
"better-sqlite3": "^12.10.0",
2026-05-20 11:52:18 -04:00
"chokidar": "^4.0.3",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2"
},
"devDependencies": {
"jest": "^30.4.2"
2026-05-20 11:52:18 -04:00
}
}