forked from biagios/venter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.04 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
43
44
{
"name": "venter",
"version": "1.0.0",
"description": "A bot used to send private anonymous messages via webhooks to the #vents channel on the Venter server.",
"main": "bot.js",
"keywords": [
"discord",
"discordjs",
"discord-js",
"discord-bot",
"discord-js-bot"
],
"scripts": {
"start": "node bot.js",
"postinstall": "node setup.js"
},
"engines": {
"node": ">=13.12.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MiddayClouds/venter.git"
},
"author": "Midday",
"license": "MIT",
"bugs": {
"url": "https://github.com/MiddayClouds/venter/issues"
},
"homepage": "https://github.com/MiddayClouds/venter#readme",
"dependencies": {
"@octokit/rest": "^18.5.4",
"better-sqlite3": "^7.4.0",
"chalk": "^4.1.1",
"chrono-node": "^2.2.6",
"discord.js": "^12.5.3",
"enmap": "^5.8.5",
"eslint": "^7.27.0",
"got": "^11.8.2",
"inquirer": "^8.1.0",
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"request": "^2.88.2"
}
}