{
  "name": "@mankibusiness/react-custom-roulette",
  "version": "2.0.8",
  "description": "Customizable React roulette wheel with spinning animation",
  "main": "./dist/react-custom-roulette.umd.js",
  "types": "./dist/Wheel.tsx",
  "repository": {
    "type": "git",
    "url": "https://github.com/MankiBusiness/react-custom-roulette"
  },
  "keywords": [
    "react",
    "custom",
    "roulette",
    "spinning",
    "wheel",
    "fortune",
    "prize"
  ],
  "license": "MIT",
  "private": false,
  "dependencies": {},
  "peerDependencies": {
    "react": "^16.13.1||^17"
  },
  "devDependencies": {
    "@babel/core": "^7.1.2",
    "@babel/plugin-proposal-object-rest-spread": "^7.0.0",
    "@babel/plugin-transform-runtime": "^7.1.0",
    "@babel/preset-env": "^7.1.0",
    "@babel/preset-react": "^7.0.0",
    "@testing-library/jest-dom": "^5.9.0",
    "@testing-library/react": "^10.0.6",
    "@testing-library/user-event": "^11.0.0",
    "@types/jest": "^25.2.3",
    "@types/react": "^17.0.1",
    "@types/react-dom": "^17.0.1",
    "@typescript-eslint/eslint-plugin": "^4.16.1",
    "@typescript-eslint/parser": "^4.16.1",
    "babel-loader": "8.1.0",
    "css-loader": "^3.5.3",
    "eslint": "^7.21.0",
    "eslint-config-airbnb-typescript-prettier": "^2.1.1",
    "eslint-plugin-react": "^7.22.0",
    "husky": "^4.2.5",
    "jest": "^27.0.6",
    "jest-canvas-mock": "^2.2.0",
    "prettier": "^2.0.5",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "style-loader": "^2.0.0",
    "typescript": "^4.2.2",
    "uglifyjs-webpack-plugin": "^2.2.0",
    "url-loader": "^4.1.0",
    "webpack": "4.44.2",
    "webpack-cli": "^3.3.11",
    "webpack-dev-server": "3.11.2"
  },
  "scripts": {
    "dev": "tsc -w -p tsconfig.json & webpack-dev-server --config webpack.config.js --mode development --open",
    "build": "rm -rf dist/* && tsc && NODE_ENV=production webpack --config webpack.build.config.js && cp src/styles.css ./dist && cp -R ./src/assets ./dist && cp src/*.ts* ./dist",
    "test": "tsc && jest --coverage",
    "coverage": "CI=true npm test -- --env=jsdom --coverage",
    "format": "prettier --write src/**/*.{js,ts,tsx}",
    "lint": "eslint src/**/*.{js,ts,tsx}"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  }
}
