{
  "name": "tamil-captcha",
  "version": "1.0.0",
  "description": "A lightweight math-based CAPTCHA generator in Tamil language for Node.js and browser applications",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "test": "node test/test.js",
    "example": "node examples/usage.js",
    "lint": "eslint index.js",
    "prepublishOnly": "npm test"
  },
  "keywords": [
    "captcha",
    "tamil",
    "math",
    "security",
    "verification",
    "தமிழ்",
    "india",
    "localization",
    "i18n",
    "authentication"
  ],
  "author": {
    "name": "kalyan27",
    "email": "palanikalyan27@gmail.com",
    "url": "https://github.com/palanikalyan"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yourusername/tamil-captcha.git"
  },
  "bugs": {
    "url": "https://github.com/yourusername/tamil-captcha/issues"
  },
  "homepage": "https://github.com/yourusername/tamil-captcha#readme",
  "engines": {
    "node": ">=12.0.0"
  },
  "files": [
    "index.js",
    "index.d.ts",
    "README.md",
    "LICENSE",
    "examples/"
  ],
  "devDependencies": {},
  "dependencies": {},
  "browser": {
    "./index.js": "./index.js"
  },
  "directories": {
    "example": "examples",
    "test": "test"
  },
  "publishConfig": {
    "access": "public"
  }
}
