16 lines
275 B
JSON
16 lines
275 B
JSON
{
|
|
"name": "@pow-captcha/pow-captcha",
|
|
"version": "0.0.0",
|
|
"main": "dist/lib.js",
|
|
"type": "module",
|
|
"types": "dist/lib.d.ts",
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.build.json",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"base64-js": "^1.5.1",
|
|
"zod": "^3.25.67"
|
|
}
|
|
}
|