{
  "name": "@hcaptcha/react-hcaptcha",
  "version": "0.3.4",
  "description": "A React library for hCaptcha",
  "main": "dist/index.js",
  "scripts": {
    "start": "webpack-dev-server --config ./webpack.config.js --mode development",
    "test": "jest",
    "transpile": "babel src -d dist --copy-files",
    "build": "npm run transpile",
    "prepublishOnly": "npm run transpile"
  },
  "peerDependencies": {
    "react": ">= 16.3.0",
    "react-dom": ">= 16.3.0"
  },
  "keywords": [
    "hcaptcha",
    "hcaptcha-react",
    "react",
    "captcha"
  ],
  "author": "hCaptcha team and contributors",
  "license": "MIT",
  "devDependencies": {
    "@babel/cli": "^7.12.10",
    "@babel/core": "^7.12.10",
    "@babel/preset-env": "^7.12.11",
    "@babel/preset-react": "^7.12.10",
    "babel-loader": "^8.2.2",
    "html-webpack-plugin": "^3.2.0",
    "jest": "^26.6.3",
    "react": "^16.14.0",
    "react-dom": "^16.14.0",
    "webpack": "^4.44.2",
    "webpack-cli": "^3.3.12",
    "webpack-dev-server": "^3.11.0"
  }
}
