-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 911 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
38
39
40
41
42
{
"name": "queeg",
"version": "3.11.1",
"description": "Administrative chatbot for the CSC.",
"main": "queeg.js",
"engines": {
"node": "21.x",
"npm": "*"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node queeg.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/destru/queeg.git"
},
"keywords": [
"chatbot",
"discord.js",
"fly.io"
],
"author": "Destru",
"license": "ISC",
"bugs": {
"url": "https://github.com/destru/queeg/issues"
},
"homepage": "https://github.com/destru/queeg#readme",
"dependencies": {
"discord.js": "^12.5.3",
"dotenv": "^9.0.2",
"justwatch": "^1.0.3",
"node-cron": "^3.0.0",
"node-fetch": "^2.6.1",
"ordinal": "^1.0.3",
"pretty-ms": "^7.0.1",
"tracery-grammar": "^2.7.4"
},
"devDependencies": {
"prettier": "2.3.0"
}
}