-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 784 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 784 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
{
"name": "discocal",
"version": "0.1.0",
"description": "Discord bot for simple event creation",
"main": "bot.js",
"author": "Joe Flint & Daniel Leclair",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/GyroJoe/DiscoCal.git"
},
"dependencies": {
"axios": "^0.21.1",
"azure-keyvault": "^3.0.5",
"azure-storage": "^2.10.4",
"chrono-node": "^1.3.11",
"discord.js": "^11.4.2",
"discord.js-commando": "^0.10.0",
"express": "^4.17.1",
"moment": "^2.27.0",
"moment-timezone": "^0.5.31",
"ms-rest-azure": "^2.6.0",
"simple-oauth2": "^2.2.1",
"sqlite": "^3.0.3"
},
"devDependencies": {
"@types/jest": "^26.0.8",
"commander": "^6.0.0",
"jest": "^26.2.2"
},
"scripts": {
"start": "node bot.js",
"test": "jest"
}
}