forked from jguyet/mp3-to-wav
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1 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
{
"name": "mp3-to-wav",
"version": "0.1.11",
"description": "A mp3 converter, converting mp3 audio data to wav type, for both audio type mono and stero",
"main": "index.js",
"scripts": {
"test": "node test/test.js"
},
"keywords": [
"mp3",
"wav",
"transfer",
"file",
"mono",
"stero",
"mp3-to-wav",
"converter",
"convert"
],
"homepage": "https://github.com/roren15/mp3-to-wav",
"author": {
"name": "roren15",
"email": "[email protected]",
"url": "https://github.com/roren15"
},
"repository": {
"type": "git",
"url": "https://github.com/roren15/mp3-to-wav.git"
},
"license": "MIT",
"dependencies": {
"audio-buffer-from": "^1.1.1",
"av": "^0.4.9",
"fs-extra": "^7.0.1",
"is-buffer": "^2.0.3",
"mp3": "^0.1.0",
"node-wav": "0.0.2",
"to-array-buffer": "^3.1.1",
"typedarray-to-buffer": "^3.1.5"
},
"bugs": {
"url": "https://github.com/roren15/mp3-to-wav/issues"
},
"readmeFilename": "README.md"
}