mirror of
https://github.com/PrivateCaptcha/PrivateCaptcha.git
synced 2026-02-09 15:28:49 -06:00
20 lines
538 B
JSON
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": {}
|
|
}
|