-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 loc) · 1.49 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
53
54
55
{
"name": "fur2mp3",
"version": "1.0.2",
"description": "A powerful Discord bot that renders almost every chiptune format!",
"main": "build\\index.js",
"dependencies": {
"abort-controller": "^3.0.0",
"asap": "^2.0.6",
"async": "^3.2.6",
"async-get-file": "^1.0.4",
"asynckit": "^0.4.0",
"combined-stream": "^1.0.8",
"complex.js": "^2.1.1",
"decimal.js": "^10.4.3",
"delayed-stream": "^1.0.0",
"discord.js": "^14.16.3",
"dotenv": "^16.4.5",
"download-file": "^0.1.5",
"escape-latex": "^1.2.0",
"event-target-shim": "^5.0.1",
"fraction.js": "^4.3.7",
"javascript-natural-sort": "^0.7.1",
"mathjs": "^13.1.1",
"mime-db": "^1.52.0",
"mime-types": "^2.1.35",
"minimist": "^1.2.8",
"mkdirp": "^0.5.6",
"node-fetch": "^2.7.0",
"prism-media": "^1.3.5",
"promise": "^8.3.0",
"regenerator-runtime": "^0.14.1",
"seedrandom": "^3.0.5",
"setimmediate": "^1.0.5",
"tiny-emitter": "^2.1.0",
"tr46": "^0.0.3",
"tweetnacl": "^1.0.3",
"typed-function": "^4.2.1",
"webidl-conversions": "^3.0.1",
"whatwg-url": "^5.0.0",
"ws": "^7.5.10"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HeeminTV/fur2mp3.git"
},
"author": "HeeminTV",
"license": "MIT",
"bugs": {
"url": "https://github.com/HeeminTV/fur2mp3/issues"
},
"homepage": "https://github.com/HeeminTV/fur2mp3#readme"
}