webaudio build
This commit is contained in:
parent
cd1da3cb81
commit
19692e0122
3 changed files with 12 additions and 2 deletions
|
|
@ -1,12 +1,16 @@
|
|||
{
|
||||
"name": "@strudel.cycles/webaudio",
|
||||
"version": "0.5.0",
|
||||
"version": "0.6.0",
|
||||
"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",
|
||||
|
|
@ -31,5 +35,8 @@
|
|||
"homepage": "https://github.com/tidalcycles/strudel#readme",
|
||||
"dependencies": {
|
||||
"@strudel.cycles/core": "workspace:*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"vite": "^3.2.2"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue