New Captcha Package added

This commit is contained in:
2026-07-25 13:38:18 +05:30
parent d0aded0392
commit 8b728a3e5d
157 changed files with 12092 additions and 1913 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"name": "@wrnexus/managed-captcha-service",
"version": "0.3.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": "latest",
"typescript": "^5.9.2"
}
}