{
  "name": "react-slot-machine-gen",
  "version": "1.4.2",
  "description": "Create an extremely biased, web-based slot machine game.",
  "main": "src/react-slot-machine.js",
  "scripts": {
    "build": "babel src -s -D -d dist",
    "lint": "eslint --ignore-path .gitignore demo src",
    "prepack": "npm run build",
    "webpack": "webpack-cli ./demo/index.js --config demo/webpack.config.js --output-path demo/assets",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nuxy/react-slot-machine-gen.git"
  },
  "keywords": [
    "javascript",
    "react",
    "react-component",
    "animation",
    "slot",
    "games"
  ],
  "bugs": {
    "url": "https://github.com/nuxy/react-slot-machine-gen/issues"
  },
  "homepage": "https://github.com/nuxy/react-slot-machine-gen#readme",
  "author": "Marc S. Brooks <devel@mbrooks.info> (https://mbrooks.info)",
  "license": "MIT",
  "dependencies": {
    "prop-types": "^15.8.1",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "slot-machine-gen": "^1.3.8"
  },
  "devDependencies": {
    "@babel/cli": "^7.28.6",
    "@babel/core": "^7.29.0",
    "@babel/eslint-parser": "^7.28.6",
    "@babel/plugin-proposal-class-properties": "^7.17.12",
    "@babel/plugin-proposal-decorators": "^7.29.0",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/preset-env": "^7.29.0",
    "@babel/preset-react": "^7.28.5",
    "@babel/register": "^7.28.6",
    "@node-minify/clean-css": "^4.0.5",
    "@node-minify/cli": "^6.2.0",
    "@node-minify/uglify-js": "^4.0.5",
    "babel-loader": "^8.2.5",
    "css-loader": "^6.11.0",
    "eslint": "^8.57.1",
    "mini-css-extract-plugin": "^1.6.2",
    "webpack": "^5.105.4",
    "webpack-cli": "^5.1.4"
  },
  "overrides": {
    "braces": "3.0.3",
    "got": "^12.0.0"
  }
}
