move local tools ownership to deploy repository

This commit is contained in:
2026-03-17 23:59:10 +01:00
parent 6a758b010f
commit 9e4422086a
4 changed files with 4 additions and 109 deletions

View File

@@ -8,8 +8,7 @@
"start": "node server/index.js",
"dev": "node server/index.js",
"prod": "node server/index.js",
"test": "node --test",
"migrate:json-to-sqlite": "node tools/migrate-json-to-sqlite.js"
"test": "node --test"
},
"dependencies": {
"nodemailer": "^8.0.1",