11 lines
185 B
JSON
11 lines
185 B
JSON
{
|
|
"name": "@pow-captcha/solver",
|
|
"version": "0.0.0",
|
|
"module": "dist/lib.js",
|
|
"types": "dist/lib.d.ts",
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.build.json",
|
|
"test": "jest"
|
|
}
|
|
}
|