-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 982 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
43
{
"name": "erbium",
"version": "1.0.0",
"description": "Super simple, multipurpose discord bot",
"main": "index.js",
"private": true,
"scripts": {
"lint": "npx eslint . --fix",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/21Z/Erbium.git"
},
"author": "21Z",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/21Z/Erbium/issues"
},
"homepage": "https://github.com/21Z/Erbium#readme",
"dependencies": {
"better-sqlite3": "9.6.0",
"canvacord": "6.0.2",
"chalk": "4.1.2",
"discord.js": "14.16.3",
"dotenv": "16.4.5",
"moment": "2.30.1",
"moment-duration-format": "2.3.2",
"ms": "2.1.3",
"node-fetch": "2.7.0",
"pokecord": "21Z/pokecord",
"quick.db": "9.1.7",
"youtube-sr": "4.3.11"
},
"engines": {
"node": ">=v16.x"
},
"devDependencies": {
"@eslint/js": "9.14.0",
"eslint": "9.14.0",
"globals": "15.11.0"
}
}