UNPKG

oho-spin

Version:

A customizable spinning wheel module with interactive features

75 lines 1.94 kB
{ "name": "oho-spin", "version": "1.1.0", "description": "A customizable spinning wheel module with interactive features", "main": "dist/oho-spin.cjs.js", "module": "dist/oho-spin.esm.js", "types": "dist/oho-spin.d.ts", "type": "module", "scripts": { "build": "rollup -c", "prepublishOnly": "npm run build" }, "keywords": [ "spin", "wheel", "game", "interactive" ], "author": "Koushik Mandal", "license": "MIT", "devDependencies": { "@rollup/plugin-commonjs": "^25.0.0", "@rollup/plugin-node-resolve": "^15.0.0", "@rollup/plugin-typescript": "^11.0.0", "rollup": "^3.0.0", "rollup-plugin-dts": "^5.0.0", "rollup-plugin-terser": "^7.0.0", "tslib": "^2.8.1", "typescript": "^5.7.3" }, "files": [ "dist", "assets" ], "dependencies": { "acorn": "^8.14.0", "balanced-match": "^1.0.2", "brace-expansion": "^2.0.1", "buffer-from": "^1.1.2", "commander": "^2.20.3", "commondir": "^1.0.1", "deepmerge": "^4.3.1", "estree-walker": "^2.0.2", "fs.realpath": "^1.0.0", "function-bind": "^1.1.2", "glob": "^8.1.0", "has-flag": "^4.0.0", "hasown": "^2.0.2", "inflight": "^1.0.6", "inherits": "^2.0.4", "is-core-module": "^2.16.1", "is-module": "^1.0.0", "is-reference": "^1.2.1", "jest-worker": "^26.6.2", "js-tokens": "^4.0.0", "magic-string": "^0.30.17", "merge-stream": "^2.0.0", "minimatch": "^5.1.6", "once": "^1.4.0", "path-parse": "^1.0.7", "picocolors": "^1.1.1", "picomatch": "^4.0.2", "randombytes": "^2.1.0", "resolve": "^1.22.10", "safe-buffer": "^5.2.1", "serialize-javascript": "^4.0.0", "source-map": "^0.6.1", "source-map-support": "^0.5.21", "supports-color": "^7.2.0", "supports-preserve-symlinks-flag": "^1.0.0", "terser": "^5.39.0", "undici-types": "^6.20.0", "wrappy": "^1.0.2" } }