{ "name": "@workspace/scripts", "version": "0.0.0", "private": true, "type": "module", "scripts": { "hello": "tsx ./src/hello.ts", "seed": "tsx ./src/seed.ts", "remove-chat": "tsx ./src/remove-chat.ts", "typecheck": "tsc -p tsconfig.json --noEmit", "test": "node --test 'tests/**/*.test.mjs'" }, "dependencies": { "@workspace/db": "workspace:*", "drizzle-orm": "catalog:" }, "devDependencies": { "@types/bcryptjs": "^3.0.0", "@types/node": "catalog:", "bcryptjs": "^3.0.3", "tsx": "catalog:" } }