Files
pow-captcha/pkgs/solver/package.json

12 lines
202 B
JSON

{
"name": "@pow-captcha/solver",
"version": "0.0.0",
"main": "dist/lib.js",
"type": "module",
"types": "dist/lib.d.ts",
"scripts": {
"build": "tsc -p tsconfig.build.json",
"test": "jest"
}
}