-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
37 lines (37 loc) · 913 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": "@niles-bot/niles",
"version": "5.0.1",
"description": "niles discord bot",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"debug": "DEBUG=niles npm start",
"debug:windows": "@powershell -Command $env:DEBUG='niles:*';npm start"
},
"author": "Sean Coffey",
"license": "MIT",
"dependencies": {
"@googleapis/calendar": "^1.0.2",
"@mchangrh/tzdb-names": "*",
"bree": "^8.0.3",
"columnify": "^1.6.0",
"debug": "^4.3.4",
"discord.js": "^13.7.0",
"i18next": "^21.8.2",
"i18next-fs-backend": "^1.1.4",
"luxon": "^2.4.0",
"promise-defer": "^1.0.0",
"timezone-soft": "^1.3.1"
},
"devDependencies": {
"eslint": "^8.15.0"
},
"engines": {
"node": ">=16.6.0"
},
"repository": {
"type": "git",
"url": "https://github.com/niles-bot/niles/"
}
}