{
  "name": "@firdaus.lubis/react-slotmachine",
  "version": "1.1.2",
  "description": "React TypeScript slot machine component with shuffle animation, fully customizable — a 1:1 React port of jQuery-SlotMachine by josex2r.",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    },
    "./styles.css": "./dist/index.css"
  },
  "files": [
    "dist"
  ],
  "sideEffects": [
    "**/*.css"
  ],
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "react",
    "slotmachine",
    "slot-machine",
    "raffle",
    "shuffle",
    "animation",
    "casino",
    "random",
    "picker",
    "typescript",
    "component",
    "react-component"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/@firdaus.lubis/react-slotmachine"
  },
  "author": "Morgan Firdaus Lubis",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  },
  "devDependencies": {
    "@types/react": "^18.2.0",
    "@types/react-dom": "^18.2.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "tsup": "^8.0.0",
    "typescript": "^5.3.0"
  }
}