strudel/packages/webaudio/package.json
2022-11-08 23:29:27 +01:00

37 lines
852 B
JSON

{
"name": "@strudel.cycles/webaudio",
"version": "0.3.3",
"description": "Web Audio helpers for Strudel",
"main": "index.mjs",
"module": "dist/index.es.js",
"type": "module",
"directories": {
"example": "examples"
},
"scripts": {
"example": "npx parcel examples/repl.html",
"build": "vite build",
"prepublish": "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": "^0.3.2"
}
}