recaptcha-v3-verify
Version:
A TypeScript npm plugin for verifying reCAPTCHA tokens.
26 lines (25 loc) • 492 B
JSON
{
"name": "recaptcha-v3-verify",
"version": "1.0.1",
"description": "A TypeScript npm plugin for verifying reCAPTCHA tokens.",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/jhony112/recaptcha-v3-verify.git"
},
"scripts": {
"build": "tsc"
},
"keywords": [
"reCAPTCHA",
"recaptcha",
"verify",
"npm-plugin",
"node"
],
"author": "Jhony112",
"license": "MIT",
"engines": {
"node": ">=18.0.0"
}
}