{ "name": "chaos-toy", "version": "0.1.0", "description": "A small web app to play around with your own rules for chaos game", "main": "src/index.ts", "scripts": { "dev": "vite", "build": "wasm-pack build simulator && vite build", "prepare-dev": "wasm-pack build --dev simulator", "serve": "vite preview" }, "repository": { "type": "git", "url": "https://git.shadamethyst.xyz/adri326/chaos-toy" }, "keywords": [ "chaos-game" ], "author": "Shad Amethyst", "license": "MIT", "dependencies": { "solid-js": "^1.6.2" }, "devDependencies": { "chaos-toy-rs": "file:./simulator/pkg/", "typescript": "^4.9.0", "vite": "^3.0.9", "vite-plugin-solid": "^2.3.0", "vite-plugin-wasm": "^3.1.0" } }