{
  "name": "go-captcha-react",
  "version": "1.0.5",
  "license": "MIT",
  "private": false,
  "email": "wengaolng@gmail.com",
  "author": "Awen <wengaolng@gmail.com>",
  "description": "GoCaptcha of React, which implements click mode, slider mode, drag-drop mode and rotation mode.",
  "keywords": [
    "go-capta-react",
    "go-captcha",
    "gocaptcha",
    "captcha-react",
    "react-captcha",
    "capts",
    "gocapts"
  ],
  "bugs": {
    "url": "https://github.com/wenlng/go-captcha-react/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wenlng/go-captcha-react.git"
  },
  "homepage": "https://github.com/wenlng/go-captcha-react",
  "module": "dist/go-captcha-react.esm.js",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "dependencies": {
    "classnames": "^2.5.1"
  },
  "devDependencies": {
    "@eslint/compat": "^1.0.1",
    "@eslint/js": "^9.3.0",
    "@testing-library/react": "^15.0.7",
    "@types/node": "^16.18.97",
    "@types/react-svg": "^5.0.0",
    "@types/react": "^17.0.0",
    "@types/react-dom": "^17.0.0",
    "@typescript-eslint/eslint-plugin": "^5.59.9",
    "@typescript-eslint/parser": "^7.9.0",
    "autoprefixer": "^10.4.19",
    "eslint": "^8.5.0",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-simple-import-sort": "^8.0.0",
    "less": "^4.1.3",
    "less-loader": "^12.2.0",
    "postcss": "^8.4.38",
    "postcss-loader": "^8.1.1",
    "prettier": "github:prettier/prettier",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-svg": "^2.0.0",
    "react": "^17.0.0",
    "react-dom": "^17.0.0",
    "tsdx": "^0.14.1",
    "tslib": "^2.4.0",
    "typescript": "^4.9.5"
  },
  "scripts": {
    "start": "tsdx watch",
    "build": "tsdx build",
    "test": "tsdx test --passWithNoTests",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "engines": {
    "node": ">=12"
  },
  "peerDependencies": {
    "react": ">=16"
  },
  "husky": {
    "hooks": {
      "pre-commit": "tsdx lint"
    }
  }
}
