Files
pow-captcha/pkgs/shared/package.json
2025-06-26 21:31:58 +02:00

14 lines
235 B
JSON

{
"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"
}
}