-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.19 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.19 KB
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": "daerbot",
"version": "1.0.0",
"description": "A simple Discord Bot developed for fun",
"main": "src/server.ts",
"dependencies": {
"@discordjs/opus": "^0.8.0",
"bluebird": "^3.7.2",
"bufferutil": "^4.0.3",
"common-tags": "^1.8.0",
"discord.js": "^12.5.1",
"discord.js-commando": "github:discordjs/Commando",
"erlpack": "github:discord/erlpack",
"escape-string-regexp": "^1.0.5",
"express": "^5.0.0-alpha.8",
"ffmpeg-static": "^4.2.7",
"glob": "^7.1.6",
"install": "^0.13.0",
"libsodium-wrappers": "^0.7.8",
"moment": "^2.29.4",
"npm": "^6.14.11",
"require-all": "^3.0.0",
"sqlite": "^2.9.3",
"sqlite3": "^5.0.3",
"stringstream": "^1.0.0",
"utf-8-validate": "^5.0.4",
"ytdl-core": "^0.28.3"
},
"engines": {
"node": "14.x"
},
"devDependencies": {
"@types/express": "^4.17.9",
"@types/underscore": "^1.10.24",
"tslint": "^6.1.3",
"typescript": "^4.1.3"
},
"scripts": {
"start": "node dist/server.js",
"build": "tsc",
"postinstall": "npm run build"
},
"keywords": [
"daerbot",
"discord",
"discord.js",
"bot"
],
"author": "daergoth",
"license": "MIT"
}