-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 906 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 906 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
{
"name": "Dodo-Bot",
"version": "3.0.3",
"description": "A personal bot project made in ForgeScript aiming to both entertain and provide users some features to use.",
"main": "index.js",
"homepage": "https://github.com/ddodogames/Dodo-Bot",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"setup": "npm install",
"start": "node index.js",
"startWithoutDeprecations": "node index.js -- --no-deprecation",
"UpdateandStart": "git pull && node index.js"
},
"engines": {
"node": ">=20.x"
},
"keywords": [],
"author": "dodoGames",
"license": "Apache-2.0",
"dependencies": {
"@tryforge/forge.db": "^2.1.1",
"@tryforge/forgescript": "^2.6.0",
"discord-gamecord": "^4.4.4",
"@dotenvx/dotenvx": "^1.52.0",
"better-sqlite3": "^12.5.0"
},
"devDependencies": {
"typescript": "^5.5.4"
}
}