phase-7_alpha: legacy code cleanup

This commit is contained in:
Kazuma
2026-06-05 22:27:53 -04:00
parent 73db0fe7a8
commit 617703e91d
13 changed files with 31 additions and 983 deletions
+3 -5
View File
@@ -3,18 +3,16 @@
"version": "2.0.0",
"type": "module",
"scripts": {
"start": "tsx bin/screen.ts",
"server": "tsx bin/server.ts",
"dev": "concurrently -n api,ui -c cyan,magenta \"tsx bin/server.ts\" \"npm run dev --prefix ui\"",
"ui:install": "npm install --prefix ui --legacy-peer-deps",
"finance": "tsx bin/finance.ts",
"typecheck": "tsc --noEmit",
"test": "tsx --test --test-reporter=./scripts/summary-reporter.ts tests/*.test.ts",
"test": "tsx --test --test-reporter=spec tests/*.test.ts",
"test:watch": "tsx --test --watch --test-reporter=spec tests/*.test.ts",
"lint": "eslint . --ext .ts,.js",
"lint:fix": "eslint . --ext .ts,.js --fix",
"format": "prettier --write \"server/**/*.ts\" \"bin/**/*.ts\" \"tests/**/*.ts\" \"scripts/**/*.ts\"",
"format:check": "prettier --check \"server/**/*.ts\" \"bin/**/*.ts\" \"tests/**/*.ts\" \"scripts/**/*.ts\"",
"format": "prettier --write \"server/**/*.ts\" \"bin/**/*.ts\" \"tests/**/*.ts\"",
"format:check": "prettier --check \"server/**/*.ts\" \"bin/**/*.ts\" \"tests/**/*.ts\"",
"prepare": "husky"
},
"lint-staged": {