-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·72 lines (72 loc) · 2.2 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "mr.fox-master",
"version": "1.0.0",
"description": "mr.fox, with my own handler!",
"main": "mrFox.js",
"author": "rich",
"license": "MIT",
"types": "./src/util/types/index.d.ts",
"scripts": {
"lint": "tslint -p tsconfig.json --fix 'src/*/**/*.ts'",
"build": "tsc --project ./",
"dev": "tsc-watch --compiler typescript/bin/tsc"
},
"dependencies": {
"@discordjs/uws": "^11.149.1",
"@k3rn31p4nic/google-translate-api": "^1.0.5",
"@lykmapipo/gridfs-stream": "^1.2.0",
"@polka/send-type": "^0.5.0",
"@types/axios": "^0.14.0",
"@types/google-translate-api": "^2.3.0",
"@types/moment-duration-format": "^2.2.2",
"@types/mongorito": "^3.0.0",
"@types/node": "^10.12.11",
"axios": "^0.18.0",
"body-parser": "^1.18.3",
"btoa": "^1.2.1",
"canvas": "github:Automattic/node-canvas#92b192447e9b9ae98da0f801e4e34afdd1dc1ef8",
"canvas-constructor": "github:kyranet/canvasConstructor",
"cheerio": "^1.0.0-rc.2",
"city-to-coords": "^1.1.0",
"common-tags": "^1.8.0",
"cors": "^2.8.5",
"dateformat": "^3.0.2",
"discord.js": "github:discordjs/discord.js#ecaec29380d31dcd94a30b4242bf26c5e4c395f7",
"erlpack": "github:discordapp/erlpack",
"fs-nextra": "^0.3.7",
"giphy-api": "^1.2.8",
"google": "^2.1.0",
"jaczfetch": "github:MrJacz/jaczfetch",
"kurasuta": "^0.2.16",
"lavalink": "^2.3.0",
"moment": "^2.22.2",
"moment-duration-format": "^2.2.1",
"mongodb": "^3.1.10",
"mongorito": "^3.0.4",
"node-gyp-build": "^3.5.0",
"node-opus": "^0.2.9",
"polka": "^0.5.1",
"request-promise-native": "^1.0.5",
"simple-youtube-api": "^5.1.1",
"snekfetch": "^4.0.4",
"translate": "^1.0.3",
"typescript": "^3.2.1",
"urban": "^0.3.1",
"ytdl-core": "github:fent/node-ytdl-core#master"
},
"devDependencies": {
"prettier": "1.15.2",
"prettier-tslint": "^0.4.0",
"tsc-watch": "^1.0.31",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.17.0"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/rTexel/fox.git"
},
"bugs": {
"url": "https://gitlab.com/rTexel/fox/issues"
},
"homepage": "https://gitlab.com/rTexel/fox#readme"
}