Files
cap/server/package.json
T

36 lines
752 B
JSON

{
"name": "@cap.js/server",
"version": "1.0.3",
"description": "Cap server-side helper",
"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": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"npm:publish": "sudo npm publish --access public"
},
"dependencies": {
"express": "^4.21.2"
}
}