{
  "name": "persian-captcha-generator",
  "version": "1.4.0",
  "description": "A library for generating customizable captchas with Persian numbers and alphabets using node-canvas.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "jest"
  },
  "dependencies": {
    "@napi-rs/canvas": "^0.1.65"
  },
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "@types/node": "^22.10.2",
    "jest": "^29.7.0",
    "ts-jest": "^29.2.5",
    "typescript": "^5.7.2"
  },
  "files": [
    "dist",
    "fonts",
    "README.md"
  ],
  "keywords": [
    "captcha",
    "persian",
    "numbers",
    "alphabets",
    "typescript",
    "security",
    "persian-captcha"
  ],
  "author": "Ali Piry",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alipiry/persian-captcha-generator.git"
  },
  "bugs": {
    "url": "https://github.com/alipiry/persian-captcha-generator/issues"
  },
  "homepage": "https://github.com/alipiry/persian-captcha-generator#readme"
}
