{
    "name": "fastify-cloudflare-turnstile",
    "version": "2.0.2",
    "description": "A Fastify plugin for CloudFlare Turnstile Captcha",
    "keywords": [
        "fastify",
        "turnstile",
        "CloudFlare",
        "captcha"
    ],
    "main": "index.js",
    "types": "types/index.d.ts",
    "scripts": {
        "lint": "standard | snazzy",
        "test": "npm run test:unit && npm run test:types",
        "test:unit": "tap",
        "test:types": "tsd"
    },
    "engines": {
        "node": ">=20"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/112RG/fastify-cloudflare-turnstile.git"
    },
    "author": "Rylee George <112RG>",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/112RG/fastify-cloudflare-turnstile/issues"
    },
    "homepage": "https://github.com/112RG/fastify-cloudflare-turnstile#readme",
    "devDependencies": {
        "@fastify/pre-commit": "^2.0.2",
        "fastify": "^5.1.0",
        "snazzy": "^9.0.0",
        "standard": "^17.1.0",
        "tap": "^16.3.9",
        "tsd": "^0.31.2"
    },
    "dependencies": {
        "fastify-plugin": "^5.0.1",
        "undici": "^6.9.0"
    },
    "pre-commit": [
        "lint",
        "test"
    ]
}
