-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
59 lines (58 loc) · 1.44 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
52
53
54
55
56
57
58
59
{
"name": "elbie",
"version": "3.9.4a",
"description": "discord bot designed to handle dungeon world and a few other ttrpgs",
"main": "elbie.js",
"engines": {
"node": "^13.5.0"
},
"dependencies": {
"@babel/preset-env": "^7.7.7",
"bufferutil": "^4.0.1",
"discord.js": "^11.5.0",
"dotenv": "^5.0.1",
"ejs": "^2.6.1",
"erlpack": "discordapp/erlpack",
"ffmpeg-binaries": "^3.2.2",
"fluent-ffmpeg": "^2.1.2",
"libsodium-wrappers": "^0.7.3",
"mongoose": "^5.7.5",
"node-fetch": "^2.6.1",
"node-opus": "^0.3.0",
"ytdl-core": "^0.20.4"
},
"devDependencies": {
"@babel/cli": "^7.7.7",
"@babel/core": "^7.7.7",
"babel-eslint": "^10.0.3",
"eslint": "^6.7.2",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.1.0",
"release": "^6.1.0"
},
"eslintConfig": {
},
"scripts": {
"start": "node lib/elbie.js",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src -d lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheSamLloyd/Elbie.git"
},
"keywords": [
"bot",
"discord",
"ttrpg"
],
"author": "Sam Lloyd",
"license": "MIT",
"bugs": {
"url": "https://github.com/TheSamLloyd/Elbie/issues"
},
"homepage": "https://github.com/TheSamLloyd/Elbie#readme"
}