-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
35 lines (35 loc) · 850 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": "wam-community",
"version": "0.4.7",
"description": "A collection of prebuilt Web Audio Modules ready for use",
"main": "dist/index.js",
"type": "module",
"scripts": {
"clean": "./tools/clean.sh",
"build": "yarn install && node ./tools/build.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/boourns/wam-community.git"
},
"keywords": [
"audio",
"web-audio",
"wam",
"web-audio-module",
"music",
"synthesizer",
"effects"
],
"author": "Various",
"bugs": {
"url": "https://github.com/boourns/wam-community/issues"
},
"homepage": "https://github.com/boourns/wam-community#readme",
"devDependencies": {
"burns-audio-wam": "^0.2.53",
"glob": "^8.0.3",
"sharp": "^0.32.1"
}
}