-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 988 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "partch",
"version": "0.15.0",
"type": "module",
"description": "A lightweight Web Audio API patching library.",
"keywords": [
"music",
"web audio api",
"audio",
"synthesis"
],
"homepage": "http://debrisapron.me/partch/",
"repository": "github:debrisapron/partch",
"author": "DEBRIS APRON <[email protected]>",
"license": "MIT",
"devDependencies": {
"markdown-styles": "^3.1.10",
"marked": "^0.3.17",
"node-web-audio-api": "^0.11.0",
"prettier": "^3.0.3",
"showdown": "^1.8.6",
"terminal-image": "^2.0.0",
"waveform-data": "^4.3.0",
"wavesurfer": "^1.3.4"
},
"scripts": {
"build-docs": "rm -f index.html && rm -rf assets && generate-md --layout docs-layout --input README.md --output tmp && mv tmp/* . && mv README.html index.html && rm -r tmp",
"demo": "bun --watch demo.js"
},
"dependencies": {
"audio-loader": "^1.0.3",
"freeverb": "^1.1.2",
"um-sequencer": "^0.5.0"
}
}