-
Notifications
You must be signed in to change notification settings - Fork 0
/
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": "loidbot",
"version": "1.0.0",
"author": "Morbus Iff <[email protected]>",
"description": "Land of Idle Demons is an incremental and idle RPG bot for Discord servers.",
"homepage": "https://github.com/morbus/loidbot#readme",
"bugs": {
"url": "https://github.com/morbus/loidbot/issues"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/morbus/loidbot.git"
},
"main": "LOIDBot.js",
"scripts": {
"start": "node LOIDBot.js",
"lint": "standard --verbose | snazzy"
},
"dependencies": {
"common-tags": "^1.8.0",
"discord-akairo": "^8.1.0",
"discord.js": "^12.5.1",
"dotenv": "^8.2.0",
"glob": "^7.1.6",
"luxon": "^1.25.0",
"pluralize": "^8.0.0",
"sequelize": "^6.3.5",
"sqlite3": "^5.0.0",
"winston": "^3.3.3"
},
"devDependencies": {
"snazzy": "^9.0.0",
"standard": "^16.0.3"
}
}