{
  "name": "@slider-captcha/core",
  "version": "1.0.0",
  "description": "User-friendly puzzle slider captcha for React and Express",
  "main": "index.js",
  "files": [
    "/lib",
    "/index.js"
  ],
  "scripts": {
    "test": "jest",
    "lint": "eslint ./",
    "fix": "eslint --fix ./",
    "babel": "babel src -d ./lib --ignore '**/*.test.js'",
    "build": "npm run lint && npm run babel"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/adrsch/slider-captcha.git"
  },
  "keywords": [
    "react",
    "slider",
    "captcha",
    "component",
    "puzzle",
    "slide",
    "express"
  ],
  "author": "adrsch",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/adrsch/slider-captcha/issues"
  },
  "homepage": "https://github.com/adrsch/slider-captcha#readme",
  "dependencies": {
    "prop-types": "^15.7.2",
    "sharp": "^0.25.4",
    "uid-safe": "^2.1.5"
  },
  "devDependencies": {
    "@babel/cli": "^7.10.5",
    "@babel/core": "^7.11.1",
    "@babel/preset-env": "^7.11.0",
    "@babel/preset-react": "^7.10.4",
    "eslint": "^7.2.0",
    "eslint-config-airbnb": "^18.2.0",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-jsx-a11y": "^6.3.1",
    "eslint-plugin-react": "^7.20.6",
    "eslint-plugin-react-hooks": "^4.0.0",
    "jest": "^26.4.2"
  }
}
