refactor: combine sub-pkgs into one pkg
This commit is contained in:
15
pkgs/pow-captcha/package.json
Normal file
15
pkgs/pow-captcha/package.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user