{
  "name": "spin-wheel-game",
  "private": false,
  "version": "1.0.3-alpha.3",
  "type": "module",
  "author": "Ajay-Maury",
  "license": "MIT",
  "description": "Spin Wheel Game",
  "main": "./dist/spin-wheel-game.es.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Ajay-Maury/spin-wheel-game.git"
  },
  "keywords": [
    "spin-wheel",
    "spin-wheel-game",
    "spinning-prize-wheel",
    "prize-wheel",
    "wheel-of-prize",
    "wheel-of-fortune"
  ],
  "bugs": {
    "url": "https://github.com/Ajay-Maury/spin-wheel-game/issues"
  },
  "homepage": "https://github.com/Ajay-Maury/spin-wheel-game#readme",
  "scripts": {
    "dev": "vite",
    "prepublish": "npm run build",
    "clean": "rimraf build",
    "build": "tsc && vite build",
    "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
    "preview": "vite preview"
  },
  "dependencies": {
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "devDependencies": {
    "@types/react": "^18.2.43",
    "@types/react-dom": "^18.2.17",
    "@typescript-eslint/eslint-plugin": "^6.14.0",
    "@typescript-eslint/parser": "^6.14.0",
    "@vitejs/plugin-react": "^4.2.1",
    "eslint": "^8.55.0",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-react-refresh": "^0.4.5",
    "ts-node": "^10.9.2",
    "typescript": "^5.2.2",
    "vite": "^5.0.8",
    "vite-plugin-dts": "^3.7.0"
  },
  "files": [
    "dist/**/*"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  }
}
