mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-11 21:58:37 +00:00
44 lines
992 B
JSON
44 lines
992 B
JSON
{
|
|
"name": "@strudel.cycles/webaudio",
|
|
"version": "0.7.1",
|
|
"description": "Web Audio helpers for Strudel",
|
|
"main": "index.mjs",
|
|
"type": "module",
|
|
"directories": {
|
|
"example": "examples"
|
|
},
|
|
"publishConfig": {
|
|
"main": "dist/index.js",
|
|
"module": "dist/index.mjs"
|
|
},
|
|
"scripts": {
|
|
"example": "npx parcel examples/repl.html",
|
|
"build": "vite build",
|
|
"prepublishOnly": "npm run build"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tidalcycles/strudel.git"
|
|
},
|
|
"keywords": [
|
|
"tidalcycles",
|
|
"strudel",
|
|
"pattern",
|
|
"livecoding",
|
|
"algorave"
|
|
],
|
|
"author": "Felix Roos <flix91@gmail.com>",
|
|
"license": "AGPL-3.0-or-later",
|
|
"bugs": {
|
|
"url": "https://github.com/tidalcycles/strudel/issues"
|
|
},
|
|
"homepage": "https://github.com/tidalcycles/strudel#readme",
|
|
"dependencies": {
|
|
"@strudel.cycles/core": "workspace:*",
|
|
"nanostores": "^0.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"vite": "^4.3.3"
|
|
}
|
|
}
|