-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
42 lines (42 loc) · 1.1 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
{
"name": "minehut-bot",
"version": "1.0.3",
"main": "src/index.ts",
"repository": "[email protected]:theminecoder/MinehutBOT",
"author": "Daniel <[email protected]>",
"license": "GPL-3.0-or-later",
"private": true,
"dependencies": {
"@octokit/rest": "^18.0.7",
"@octokit/types": "^5.5.0",
"@sentry/node": "5.19.1",
"@typegoose/typegoose": "^7.0.0",
"@types/humanize-duration": "^3.18.0",
"@types/javascript-time-ago": "^2.0.1",
"@types/lodash": "^4.14.157",
"@types/mongoose": "^5.7.12",
"@types/node": "^16.6.1",
"@types/node-fetch": "^2.5.7",
"@types/numeral": "^0.0.28",
"discord-akairo": "discord-akairo/discord-akairo",
"discord.js": "^13.1.0",
"discord.js-pagination-ts": "1.0.14",
"dotenv": "^8.2.0",
"humanize-duration": "^3.23.0",
"javascript-time-ago": "^2.0.7",
"lodash": "^4.17.21",
"minehut": "^0.0.62",
"mongoose": "^5.11.18",
"node-fetch": "^2.6.1",
"numeral": "^2.0.6",
"parse-duration": "jellz/parse-duration",
"ts-node": "^9.1.1",
"typescript": "^4.2.2"
},
"scripts": {
"start": "ts-node ."
},
"devDependencies": {
"prettier": "2.2.1"
}
}