{
  "name": "gotcha-slider-captcha",
  "version": "1.6.1",
  "description": "This is a slider captcha component made using react. This componnet have three main elements: The check-box to create/generate, the image with the sliding puzzle piece and the slider below to slide the puzzle piece.",
  "private": false,
  "babel": {
    "presets": [
      "@babel/preset-react"
    ]
  },
  "license": "ISC",
  "dependencies": {
    "@testing-library/jest-dom": "^5.16.5",
    "@testing-library/react": "^13.4.0",
    "@testing-library/user-event": "^13.5.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-scripts": "5.0.1",
    "react-toastify": "^8.1.0",
    "web-vitals": "^2.1.4"
  },
  "scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test",
    "eject": "react-scripts eject",
    "publish:npm": "del -rf dist && mkdir dist &&  babel src/components -d dist --copy-files"
  },
  "keywords": [
    "gotcha-slider-captcha",
    "slider-captcha",
    "captcha",
    "react",
    "reactjs",
    "node"
  ],
  "eslintConfig": {
    "extends": [
      "react-app",
      "react-app/jest"
    ]
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "devDependencies": {
    "@babel/cli": "^7.22.5",
    "@babel/preset-react": "^7.22.5",
    "react-toastify": "^8.1.0"
  }
}
