{ "name": "@wrnexus/managed-captcha-service", "version": "0.5.0", "private": true, "type": "module", "scripts": { "dev": "bun --watch src/index.ts", "start": "bun src/index.ts", "test": "bun test", "typecheck": "tsc --noEmit" }, "dependencies": { "@wrnexus/captcha": "workspace:*" }, "devDependencies": { "@types/bun": "latest", "typescript": "^5.9.2" } }