-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 922 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
{
"name": "shamebot",
"version": "1.0.0",
"description": "- Casey Warren\r - Patrick Hrabos\r - Devon Wolfkiel\r - Katy Boyles",
"main": "index.js",
"engines": {
"node": "^14.16.0",
"npm": "^6.14.11"
},
"scripts": {
"test": "jest --verbose --runInBand --testLocationInResults --setupFiles dotenv/config",
"test:watch": "npm run test -- --watch",
"start": "node index.js",
"start:watch": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Shame-B0t/Shame-Bot.git"
},
"keywords": [],
"author": "",
"license": "GPL",
"bugs": {
"url": "https://github.com/Shame-B0t/Shame-Bot/issues"
},
"homepage": "https://github.com/Shame-B0t/Shame-Bot#readme",
"dependencies": {
"discord.js": "^12.5.3",
"dotenv": "^8.2.0"
},
"devDependencies": {
"eslint": "^7.24.0",
"jest": "^26.6.3",
"nodemon": "^2.0.7"
}
}