{
  "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"
  }
}
