Files
cap/widget/package.json
T
2025-01-14 13:29:22 +00:00

33 lines
692 B
JSON

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