UNPKG

@dill-pixel/plugin-crunch-physics

Version:

Crunch Physics

43 lines (42 loc) 926 B
{ "name": "@dill-pixel/plugin-crunch-physics", "description": "Crunch Physics", "keywords": [ "physics", "crunch", "physics-crunch", "dill-pixel", "dillpixel" ], "version": "6.2.3", "files": [ "lib", "src" ], "main": "lib/dill-pixel-plugin-crunch-physics.mjs", "types": "lib/index.d.ts", "exports": { ".": { "default": "./lib/dill-pixel-plugin-crunch-physics.mjs", "types": "./lib/index.d.ts" } }, "sideEffects": false, "scripts": { "build": "pnpm run generate-version && vite build", "test": "echo \"Error: no test specified\" && exit 1", "generate-version": "node generateVersion.mjs" }, "author": "", "license": "ISC", "devDependencies": { "dill-pixel": "6.2.3", "vite": "6.1.1", "vite-plugin-dts": "^4.5.3" }, "peerDependencies": { "dill-pixel": "6.2.3", "gsap": "^3.13.0", "pixi.js": "8.10.2" } }