Chg: tsxをdevDependenciesに移動 / Del: MikroORM公式CLIを廃止 / Feat: scriptsのmigrator

This commit is contained in:
2026-03-27 22:53:18 +09:00
parent d66ab803bc
commit 6b54ae4306
6 changed files with 359 additions and 17 deletions
+3 -3
View File
@@ -7,7 +7,7 @@
"start": "cross-env NODE_ENV=production node .",
"build": "tsc && tsc-alias",
"dev": "tsx watch src/index.ts",
"mikro": "tsx ./node_modules/@mikro-orm/cli/esm.js"
"migrator": "node scripts/migrator.js"
},
"author": {
"name": "Last2014",
@@ -30,7 +30,6 @@
"fs": "0.0.1-security",
"os": "^0.1.2",
"tsc-alias": "^1.8.16",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"util": "^0.12.5",
"uuid": "^13.0.0",
@@ -39,6 +38,7 @@
"zod": "^4.3.6"
},
"devDependencies": {
"@types/node": "^24.1.0"
"@types/node": "^24.1.0",
"tsx": "^4.21.0"
}
}