{ "name": "tidal-repl", "private": true, "version": "0.0.1", "type": "module", "scripts": { "dev": "vite", "build": "pnpm copy-wasm && vite build", "preview": "vite preview", "copy-wasm": "cp node_modules/hs2js/dist/tree-sitter.wasm public && cp node_modules/hs2js/dist/tree-sitter-haskell.wasm public" }, "repository": { "type": "git", "url": "git+https://github.com/tidalcycles/strudel.git" }, "keywords": [ "titdalcycles", "strudel", "pattern", "livecoding", "algorave" ], "author": "Felix Roos ", "license": "AGPL-3.0-or-later", "bugs": { "url": "https://github.com/tidalcycles/strudel/issues" }, "homepage": "https://github.com/tidalcycles/strudel#readme", "dependencies": { "@strudel/web": "workspace:*", "hs2js": "workspace:*" }, "devDependencies": { "vite": "^6.0.11" } }