-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.77 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "@storyboard-fm/wavecore",
"version": "0.3.8",
"description": "Distributed peer-to-peer WAV files",
"main": "index.js",
"scripts": {
"build": "node_modules/.bin/browserify ./index.js -s Wavecore -o bundle.js",
"build-demo": "node_modules/.bin/browserify demo/index.js -o demo/bundle.js && cp demo/bundle.js docs/",
"demo": "npx parcel serve demo/index.html --no-cache",
"docs": "node_modules/.bin/jsdoc --configure jsdoc.json --verbose",
"lint": "node_modules/.bin/prettier -w index.js",
"make-badges": "istanbul-badges-readme",
"test": "nyc --reporter=json-summary --reporter=html --reporter=text mocha --timeout=30000"
},
"author": "agrathwohl",
"license": "MIT",
"dependencies": {
"audio-buffer-from": "^1.1.1",
"audio-buffer-utils": "^5.1.2",
"audio-format": "github:audiojs/audio-format",
"hypercore": "^10.4.1",
"multistream": "^4.1.0",
"nanoprocess": "^0.8.5",
"random-access-memory": "^6.0.0",
"wavefile": "^11.0.0"
},
"devDependencies": {
"@storyboard-fm/soapbox": "github:storyboard-fm/soapbox",
"@storyboard-fm/stream-analyser": "0.0.6",
"audiobuffer-to-wav": "^1.0.0",
"b4a": "^1.6.1",
"babelify": "^10.0.0",
"browserify": "^17.0.0",
"chai": "^4.3.4",
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.3.0",
"git-pre-hooks": "^1.2.1",
"istanbul-badges-readme": "^1.8.2",
"jsdoc": "^4.0.1",
"jsdoc-template": "github:braintree/jsdoc-template",
"microphone-stream": "^6.0.1",
"mocha": "^9.1.3",
"nyc": "^15.1.0",
"parcel": "^2.2.0",
"prettier": "^2.7.1",
"random-access-file": "github:random-access-storage/random-access-file",
"web-audio-api": "^0.2.2"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
}
}