-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
42 lines (42 loc) · 930 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
37
38
39
40
41
42
{
"name": "@2003scape/rsc-sounds",
"version": "1.0.1",
"description": "extract runescape classic sounds from cache to wav (and vice versa)",
"main": "./src/index.js",
"bin": {
"rsc-sounds": "./src/bin.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/2003scape/rsc-sounds.git"
},
"keywords": [
"runescape",
"rsc",
"cache",
"sound",
"ulaw",
"wav"
],
"author": "2003Scape Team",
"license": "AGPL-3.0+",
"bugs": {
"url": "https://github.com/2003scape/rsc-sounds/issues"
},
"homepage": "https://github.com/2003scape/rsc-sounds#readme",
"dependencies": {
"@2003scape/rsc-archiver": "^1.1.0",
"libsamplerate.js": "^1.0.0",
"wavefile": "^8.4.6",
"yargs": "^15.0.2"
},
"optionalDependencies": {
"audio-speaker": "^1.5.0"
},
"browser": {
"audio-speaker": false
},
"devDependencies": {
"brfs": "^2.0.2"
}
}