{ "name": "@hexahost/web", "version": "0.1.0", "private": true, "scripts": { "build": "tsc && node scripts/build-static.mjs", "lint": "node -e \"process.exit(0)\"", "typecheck": "tsc --noEmit", "test": "node --test test/**/*.test.js", "start": "node dist/server.js", "dev": "pnpm build && node dist/server.js" }, "devDependencies": { "@types/node": "^22.10.2", "typescript": "^5.7.2" } }