25 lines
578 B
JSON
25 lines
578 B
JSON
{
|
|
"name": "@cap.js/solver",
|
|
"version": "0.0.2",
|
|
"description": "Server-side solver for Cap's SHA-256 PoW captchas",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "bun ./example.js",
|
|
"npm:publish": "npm publish --access public"
|
|
},
|
|
"author": "Tiago",
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tiagorangel1/cap.git"
|
|
},
|
|
"keywords": [
|
|
"captcha",
|
|
"recaptcha"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/tiagorangel1/cap/issues"
|
|
},
|
|
"homepage": "https://github.com/tiagorangel1/cap#readme"
|
|
}
|