Files
PrivateCaptcha/widget/lib/package.json
2026-01-20 19:10:29 +02:00

20 lines
538 B
JSON

{
"name": "@private-captcha/private-captcha-js-core",
"repository": {
"type": "git",
"url": "git+https://github.com/PrivateCaptcha/PrivateCaptcha.git"
},
"version": "0.0.22",
"main": "index.js",
"type": "module",
"private": false,
"description": "Core classes used for Private Captcha widget (not intended for direct use)",
"homepage": "https://github.com/PrivateCaptcha/PrivateCaptcha",
"license": "PolyForm Noncommercial License 1.0.0",
"files": [
"index.js",
"index.js.map"
],
"scripts": {}
}