feat: add basic impl
This commit is contained in:
13
pkgs/shared/package.json
Normal file
13
pkgs/shared/package.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "@pow-captcha/shared",
|
||||
"version": "0.0.0",
|
||||
"module": "dist/lib.js",
|
||||
"types": "dist/lib.d.ts",
|
||||
"scripts": {
|
||||
"build": "tsc -p tsconfig.build.json"
|
||||
},
|
||||
"dependencies": {
|
||||
"base64-js": "^1.5.1",
|
||||
"zod": "^3.25.67"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user