feat: add basic impl

This commit is contained in:
2025-06-26 21:31:32 +02:00
parent 8b3c059210
commit 19e97d523a
12 changed files with 295 additions and 2 deletions

13
pkgs/server/package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "@pow-captcha/server",
"version": "0.0.0",
"module": "dist/lib.js",
"types": "dist/lib.d.ts",
"scripts": {
"build": "tsc -p tsconfig.build.json"
},
"dependencies": {
"@pow-captcha/solver": "workspace:*",
"@pow-captcha/shared": "workspace:*"
}
}