33 lines
702 B
JSON
33 lines
702 B
JSON
{
|
|
"name": "@cap.js/server",
|
|
"version": "1.0.4",
|
|
"author": "Tiago Rangel",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tiagorangel1/cap.git"
|
|
},
|
|
"main": "index.js",
|
|
"bugs": {
|
|
"url": "https://github.com/tiagorangel1/cap/issues"
|
|
},
|
|
"description": "Cap server-side helper",
|
|
"homepage": "https://github.com/tiagorangel1/cap#readme",
|
|
"keywords": [
|
|
"captcha",
|
|
"pow",
|
|
"crypto",
|
|
"encryption",
|
|
"recaptcha",
|
|
"bun",
|
|
"js",
|
|
"node",
|
|
"hcaptcha"
|
|
],
|
|
"license": "AGPL-3.0",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"npm:publish": "sudo npm publish --access public"
|
|
},
|
|
"type": "commonjs"
|
|
}
|