-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 1009 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
{
"name": "ls",
"version": "1.0.0",
"description": "discord bot",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"MALjs": "^0.1.0",
"axios": "^0.17.1",
"cleverbot-node": "^0.3.11",
"discord.js": "git+https://github.com/hydrabolt/discord.js.git",
"express": "^4.16.2",
"firebase": "^4.8.0",
"firebase-admin": "^5.5.1",
"google-images": "^2.1.0",
"google-translate": "^2.0.5",
"google-tts-api": "0.0.2",
"localtunnel": "^1.8.3",
"moment": "^2.20.1",
"ngrok": "^2.2.24",
"node-opus": "^0.2.7",
"overwatch-js": "^1.6.0",
"request": "^2.83.0",
"simple-youtube-api": "^5.0.0",
"socket.io": "^2.0.4",
"spotify-web-api-node": "^2.5.0",
"ytdl-core": "^0.18.3"
},
"devDependencies": {
"nodemon": "^1.13.3",
"prism-media": "git+https://github.com/hydrabolt/prism-media.git"
}
}