{ "name": "@atbb/web", "version": "0.1.0", "private": true, "type": "module", "scripts": { "build": "tsc", "dev": "tsx watch --env-file=../../.env src/index.ts", "start": "node dist/index.js", "lint": "tsc --noEmit", "lint:fix": "oxlint --fix src/", "test": "vitest run", "clean": "rm -rf dist" }, "dependencies": { "@atbb/css-sanitizer": "workspace:*", "@atbb/logger": "workspace:*", "@hono/node-server": "^1.14.0", "hono": "^4.7.0" }, "devDependencies": { "@types/node": "^22.0.0", "axe-core": "^4.11.1", "jsdom": "^28.1.0", "tsx": "^4.0.0", "typed-htmx": "^0.3.0", "typescript": "^5.7.0", "vitest": "^4.0.18" } }