mirror of
https://github.com/lmg-anon/mikupad.git
synced 2026-07-24 08:24:33 +00:00
17 lines
352 B
JSON
17 lines
352 B
JSON
{
|
|
"name": "server",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node server.js"
|
|
},
|
|
"dependencies": {
|
|
"body-parser": "^1.20.2",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.18.2",
|
|
"sqlite3": "^5.1.7",
|
|
"minimist": "^1.2.8",
|
|
"axios": "^1.6.8",
|
|
"open": "8.4.2"
|
|
}
|
|
}
|