-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·51 lines (51 loc) · 1.04 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
{
"name": "beast",
"version": "1.0.0",
"description": "Infinite Servers bot by DynamoRed | https://dynamored.com",
"main": "src/app.ts",
"engines": {
"node": ">16.10"
},
"scripts": {
"start": "ts-node src/app.ts",
"production": "start.sh"
},
"repository": {
"type": "git",
"url": "beast"
},
"keywords": [
"beast"
],
"author": "DynamoRed",
"license": "GPL-3.0",
"dependencies": {
"@discordjs/opus": "^0.8.0",
"@types/nodemailer": "^6.4.6",
"ascii-table": "^0.0.9",
"axios": "^1.1.3",
"colors": "^1.4.0",
"discord.js": "^14.4.0",
"dotenv": "^16.0.2",
"fetch": "^1.1.0",
"ffmpeg": "^0.0.4",
"fs": "0.0.1-security",
"https": "^1.0.0",
"js-sha512": "^0.8.0",
"mysql": "^2.18.1",
"nodemailer": "^6.7.8",
"numeral": "^2.0.6",
"sodium-native": "^3.4.1",
"tabletojson": "^2.0.7",
"timers": "^0.1.1",
"url": "^0.11.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/mysql": "^2.15.21",
"@types/node": "^16.11.59",
"@types/uuid": "^8.3.4",
"ts-node": "^10.9.1",
"typescript": "^4.8.3"
}
}