leeds_backend/package.json
2026-01-29 18:28:39 -03:00

20 lines
358 B
JSON

{
"name": "basspago_backend",
"version": "1.0.0",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"better-sqlite3": "^12.6.2",
"commander": "^14.0.2"
}
}