-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
37 lines (37 loc) · 928 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
{
"name": "omega-discord-bot",
"version": "1.0.0",
"description": "A discord bot for the omega-numworks project",
"main": "build/index.js",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Omega-Numworks/Omega-Discord-Bot.git"
},
"keywords": [
"omega",
"omega-numworks",
"discord",
"discord-bot",
"omega-discord"
],
"author": "Omega team, Teia",
"license": "ISC",
"bugs": {
"url": "https://github.com/Omega-Numworks/Omega-Discord-Bot/issues"
},
"homepage": "https://github.com/Omega-Numworks/Omega-Discord-Bot#readme",
"dependencies": {
"@types/node": "^13.9.0",
"@types/yaml": "^1.2.0",
"@zuzak/owo": "^1.9.0",
"axios": "^0.21.1",
"discord.js": "^11.5.1",
"moment": "^2.24.0",
"typescript": "^3.8.3",
"yaml": "^1.7.2"
}
}