UNPKG

@planarally/dice

Version:

3D dice rolling functionality for babylon.js.

55 lines 1.44 kB
{ "name": "@planarally/dice", "version": "0.8.0", "description": "3D dice rolling functionality for babylon.js.", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "scripts": { "build": "rimraf dist/ && tsc", "lint": "oxlint src" }, "dependencies": { "@babylonjs/core": "^8.22.2", "@babylonjs/havok": "^1.3.10", "@babylonjs/inspector": "^8.22.2" }, "devDependencies": { "oxlint": "^1.11.1", "prettier": "^3.6.2", "rimraf": "^6.0.1", "typescript": "^5.9.2" }, "exports": { "./core": { "types": "./dist/core/index.d.ts", "default": "./dist/core/index.js" }, "./3d": { "types": "./dist/3d/index.d.ts", "default": "./dist/3d/index.js" }, "./systems/dx": { "types": "./dist/systems/dx/index.d.ts", "default": "./dist/systems/dx/index.js" } }, "files": [ "dist" ], "bugs": { "url": "https://github.com/Kruptein/babylonjs-dice/issues" }, "homepage": "https://github.com/Kruptein/babylonjs-dice#readme", "repository": { "type": "git", "url": "git+https://github.com/Kruptein/babylonjs-dice.git" }, "keywords": [ "PlanarAlly", "dice", "babylonjs", "3D", "DnD" ] }