-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
39 lines (39 loc) · 898 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
{
"name": "wx-voice",
"version": "0.2.1",
"description": "Convert audio files between Tencent apps (Weixin / Wechat, QQ) and Silk codec with other general format such as MP3 and M4A",
"keywords": [
"wechat",
"weixin",
"mini",
"program",
"silk",
"slk",
"convert",
"converter",
"decode",
"decoder",
"encode",
"encoder"
],
"main": "index.js",
"homepage": "https://github.com/Ang-YC/wx-voice",
"license": "MIT",
"author": "AngYC <me@angyc.com> (https://angyc.com/)",
"bin": {
"wx-voice": "./bin.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Ang-YC/wx-voice.git"
},
"dependencies": {
"cli-spinner": "^0.2.6",
"command-line-args": "^4.0.7",
"fluent-ffmpeg": "^2.1.2",
"randomatic": "^1.1.7",
"read-chunk": "^2.1.0",
"strong-data-uri": "^1.0.4",
"which": "^1.3.0"
}
}