-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 810 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 810 Bytes
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
{
"name": "quickd",
"version": "1.0.0",
"description": "A discord game about the fastest reaction",
"main": "index.js",
"keywords": [
"discord",
"game",
"bot",
"discordapp"
],
"directories": {
"lib": "lib"
},
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "Johannes Vogt",
"email": "vogt.joo@gmail.com"
},
"license": "WTFPL",
"dependencies": {
"discord.js": "^11.4.2",
"dotenv": "^6.2.0",
"eplogger": "git+https://github.com/effectpet/eplogger.git",
"eptranslation": "git+https://github.com/effectpet/eptranslation.git"
},
"devDependencies": {
"eslint": "^5.15.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.16.0"
}
}