{
  "private": false,
  "name": "@gsgtzq/aj-captcha-react",
  "version": "0.0.7",
  "main": "./dist/index.es.js",
  "types": "./types/index.d.ts",
  "license": "MIT",
  "scripts": {
    "clean": "rm -rf dist types",
    "watch": "tsc -w | vite build --watch",
    "build": "tsc && vite build",
    "pub": "yarn build && yarn publish"
  },
  "dependencies": {
    "classnames": "^2.3.1",
    "crypto-js": "^4.1.1"
  },
  "devDependencies": {
    "less": "^4.1.2",
    "@types/crypto-js": "^4.1.1",
    "@types/react": "^17.0.0",
    "@types/react-dom": "^17.0.0",
    "@vitejs/plugin-react": "^1.3.0",
    "react": "^17.0.0",
    "react-dom": "^17.0.0",
    "typescript": "^4.6.3",
    "vite": "^2.9.9"
  },
  "repository": "git://github.com/gsgtzq/aj-captcha-react.git",
  "publishConfig": {
    "access": "public"
  }
}
