-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 995 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
{
"name": "toaster",
"version": "0.7.2",
"description": "A discord bot for the Shiloh server. Based on JARVIS bot: https://jwiggiff.github.io/JARVIS/",
"maintainers": [],
"author": "Vitorgus",
"dependencies": {
"@discordjs/opus": "^0.3.3",
"axios": "^0.21.1",
"bufferutil": "^4.0.3",
"discord.js": "^12.5.3",
"discord.js-commando": "github:discordjs/Commando",
"escape-string-regexp": "^4.0.0",
"leet": "^1.3.0",
"pg": "^8.6.0",
"urban": "^0.3.2",
"utf-8-validate": "^5.0.5",
"wikijs": "^3.0.5",
"youtube-node": "^1.3.3",
"ytdl-core": "^4.7.0"
},
"main": "index.js",
"engines": {
"node": "14.x"
},
"scripts": {
"build": "tsc",
"start": "node build/index.js",
"local": "npm run build && heroku local",
"local:dev": "npm run local -- -e .env-dev"
},
"devDependencies": {
"@types/node": "^15.12.2",
"@types/pg": "^8.6.0",
"typescript": "^4.3.2"
}
}