-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 820 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 820 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
{
"name": "hacky",
"version": "1.0.0",
"description": "The Discord bot for Hack^2",
"main": "src/app.ts",
"scripts": {
"start": "ts-node src/app.ts"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Hack-2/hacky.git"
},
"author": "Hack^2",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Hack-2/hacky/issues"
},
"homepage": "https://github.com/Hack-2/hacky#readme",
"dependencies": {
"@ilefa/ivy": "^1.0.6",
"@typegoose/typegoose": "^7.6.0",
"axios": "^0.21.1",
"discord.js": "^12.5.3",
"mongoose": "^5.12.12",
"node-ical": "^0.13.0",
"node-schedule": "^2.0.0"
},
"devDependencies": {
"@types/mongoose": "^5.10.5",
"@types/node-schedule": "^1.3.1",
"ts-node": "^10.0.0",
"typescript": "^4.3.2"
}
}