-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 965 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
37
{
"name": "hartshuttlebot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node src/index.js",
"test": "eslint src",
"dev": "nodemon src/index.js"
},
"author": "Jakob Gillich <[email protected]>",
"license": "MIT",
"dependencies": {
"@js-joda/core": "^5.6.2",
"@js-joda/timezone": "^2.18.3",
"@sentry/node": "^6.19.7",
"discord-command-parser": "^1.5.3",
"discord.js": "^13.17.1",
"discord.js-prompts": "^3.0.0",
"dotenv": "^16.4.5",
"exit-hook": "^2.2.1",
"lodash.throttle": "^4.1.1",
"minio": "^7.1.3",
"node-cron": "^3.0.3",
"node-fetch": "^2.7.0",
"object-path-immutable": "^4.1.2",
"winston": "^3.13.0",
"winston-transport-sentry-node": "^2.7.0"
},
"devDependencies": {
"@github/prettier-config": "^0.0.4",
"eslint": "^8.57.0",
"eslint-plugin-github": "^4.10.2",
"nodemon": "^2.0.22",
"prettier": "^2.8.8"
}
}