forked from NinoDiscord/Nino
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 1022 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
38
39
{
"name": "nino",
"description": "Moderation bot for Discord's hack week entry.",
"version": "0.0.4",
"main": "dist/bot.js",
"scripts": {
"main": "tsc && node dist/bot.js",
"dev": "nodemon dist/bot.js",
"compile:watch": "tsc -w"
},
"maintainers": [
"Kyle (dvhe)",
"August (auguwu)",
"dondish",
"Wesselgame",
"ohlookitsderpy"
],
"dependencies": {
"@augu/immutable": "0.0.1",
"common-tags": "1.8.0",
"eris": "0.10.0",
"ioredis": "4.10.0",
"js-yaml": "3.13.1",
"mongoose": "5.6.0",
"ms": "2.1.2",
"pikmin": "^0.1.13",
"wumpfetch": "^0.2.13"
},
"devDependencies": {
"@types/common-tags": "1.8.0",
"@types/ioredis": "4.0.12",
"@types/js-yaml": "3.12.1",
"@types/mongoose": "5.5.6",
"@types/ms": "0.7.30",
"@types/node": "^12.0.12",
"nodemon": "1.19.1",
"typescript": "3.5.2"
}
}