-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
31 lines (31 loc) · 854 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
{
"name": "otterbot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "pm2 del OtterBot && clear && pm2 start index.js --name OtterBot && pm2 save && clear && pm2 logs"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/builders": "^1.2.0",
"@discordjs/rest": "^1.1.0",
"@iamtraction/google-translate": "^1.1.2",
"canvas": "^2.10.1",
"common-tags": "^1.8.2",
"discord-api-types": "^0.37.10",
"discord-together": "^1.3.31",
"discord.js": "^14.3.0",
"fs": "^0.0.1-security",
"mongoose": "^6.6.1",
"node-fetch": "^2.6.7",
"path": "^0.12.7",
"perspective-api-client": "^1.1.0",
"poru": "^3.5.1",
"star-labs": "^1.1.2",
"ytdl-core": "^4.11.2"
}
}