{ "name": "fluxer_marketing", "private": true, "type": "module", "scripts": { "build:css": "pnpm --filter @fluxer/marketing build:css", "build:css:watch": "pnpm --filter @fluxer/marketing build:css:watch", "dev": "tsx watch --clear-screen=false src/index.tsx", "start": "pnpm build:css && tsx src/index.tsx", "typecheck": "tsgo --noEmit" }, "dependencies": { "@fluxer/cache": "workspace:*", "@fluxer/config": "workspace:*", "@fluxer/hono": "workspace:*", "@fluxer/initialization": "workspace:*", "@fluxer/kv_client": "workspace:*", "@fluxer/logger": "workspace:*", "@fluxer/marketing": "workspace:*", "@fluxer/rate_limit": "workspace:*", "hono": "catalog:", "tsx": "catalog:" }, "devDependencies": { "@types/node": "catalog:", "@typescript/native-preview": "catalog:" }, "packageManager": "pnpm@10.29.3" }