UNPKG

wheel-duo

Version:

Animated dual-wheel component with customizable spin, sway, and callback support

87 lines (86 loc) 2.08 kB
{ "name": "wheel-duo", "version": "1.1.0", "description": "Animated dual-wheel component with customizable spin, sway, and callback support", "author": "ux-ui.pro", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/ux-ui-pro/wheel-duo.git" }, "bugs": { "url": "https://github.com/ux-ui-pro/wheel-duo/issues" }, "homepage": "https://github.com/ux-ui-pro/wheel-duo", "sideEffects": false, "type": "module", "packageManager": "yarn@1.22.22", "engines": { "node": ">=18.0.0" }, "scripts": { "clean": "rimraf dist", "build": "vite build", "dev": "vite", "verify": "yarn build && yarn lint && yarn typecheck && yarn test:smoke", "lint": "biome check src", "lint:fix": "biome check --write src", "format": "biome format --write src", "typecheck": "tsc -p tsconfig.json --noEmit", "test:smoke": "node --test tests/*.js", "prepublishOnly": "yarn clean && yarn verify" }, "source": "src/index.ts", "main": "dist/index.cjs.js", "module": "dist/index.es.js", "browser": "./dist/index.umd.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.es.js", "require": "./dist/index.cjs.js", "default": "./dist/index.umd.js" }, "./dist/*": "./dist/*" }, "files": [ "dist", "README.md", "LICENSE" ], "devDependencies": { "@biomejs/biome": "2.4.8", "@types/node": "25.5.0", "esbuild": "0.27.4", "rimraf": "6.1.3", "typescript": "5.9.3", "vite": "8.0.1", "vite-plugin-dts": "4.5.4" }, "keywords": [ "wheel", "spin", "roulette", "animation", "css", "html", "typescript", "ui", "ux", "gamification", "wheel-spinner", "dual-wheel", "lucky-wheel", "slot", "spinner", "interactive", "component", "web", "front-end", "dom", "fortune", "lucky", "prize" ] }