-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 882 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
36
{
"name": "wam-extensions",
"version": "0.2.4",
"description": "Unofficial extensions to the Web Audio Module 2 API",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"prepack": "yarn build"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/boourns/wam-extensions.git"
},
"keywords": [
"web-audio-module",
"wam",
"audio",
"effect",
"plugin"
],
"author": "Tom Burns",
"license": "MIT",
"bugs": {
"url": "https://github.com/boourns/wam-extensions/issues"
},
"homepage": "https://github.com/boourns/wam-extensions#readme",
"devDependencies": {
"@webaudiomodules/api": "webaudiomodules/api#commit=3ca912e8e08e66917eba22c330e85554932de494",
"typescript": "^4.0.5"
},
"peerDependencies": {
"@webaudiomodules/api": "*"
},
"packageManager": "yarn@3.1.1"
}