-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 796 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 796 Bytes
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
{
"dependencies": {
"bull": "^4.10.4",
"chrono-node": "^2.6.1",
"discord.js": "^14.8.0",
"dotenv": "^16.0.3",
"pegjs": "^0.10.0"
},
"name": "schedulebot",
"version": "1.0.0",
"main": "index.js",
"devDependencies": {
"eslint": "^8.36.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node build.js",
"register": "node deploy-commands.js",
"start": "node index.js"
},
"repository": "https://github.com/zevinal/schedule-bot",
"keywords": [
"discord",
"schedule",
"bot",
"discord-js",
"discord-bot",
"schedule-bot"
],
"author": {
"name": "Arian Krasniqi",
"url": "https://ariankrasniqi.com/"
},
"license": "MIT",
"description": "A scheduling bot for Discord."
}