Files
WRNexusJS/services/managed-captcha/package.json
T

20 lines
405 B
JSON

{
"name": "@wrnexus/managed-captcha-service",
"version": "0.8.6",
"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": "^1.3.14",
"typescript": "^5.9.2"
}
}