project cleanup

This commit is contained in:
2026-03-19 17:57:58 +00:00
parent e5a5911f86
commit 644e45434e

View File

@@ -6,7 +6,8 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node index.js",
"setup": "rm ./database.db; touch ./database.db; node setup.js"
"setup": "touch ./database.db; node setup.js",
"clean": "rm ./database.db"
},
"keywords": [],
"author": "",