You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
767 B

{
"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"
}
}