ucs/backend/package.json
2025-03-13 23:27:23 +02:00

25 lines
572 B
JSON

{
"name": "ucs-backend",
"version": "0.1.0",
"description": "Backend for the Universal Comment System",
"main": "main.mjs",
"author": "alloca",
"license": "MPL-2.0",
"repository": {
"type": "git",
"url": "https://git.alloca.space/me/ucs.git"
},
"scripts": {
"start": "nodemon main.mjs",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@blackglory/better-sqlite3-migrations": "^0.1.19",
"better-sqlite3": "^11.8.1",
"express": "^4.21.2"
},
"devDependencies": {
"nodemon": "^3.1.9"
}
}