- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
25 lines (25 loc) · 678 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 678 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
{
"name": "forge.bot",
"version": "1.0.0",
"description": "ForgeBot copy written in ForgeScript.",
"main": "dist/index.js",
"scripts": {
"build": "tsc && cp src/slash/search/config.json dist/slash/search/config.json",
"start": "npm run build && node dist/index.js"
},
"author": {
"name": "xNickyDev",
"url": "https://github.com/xNickyDev/"
},
"devDependencies": {
"typescript": "^7.0.2"
},
"dependencies": {
"@tryforge/forge.canvas": "^1.2.3",
"@tryforge/forge.db": "^2.1.1",
"@tryforge/forgescript": "github:tryforge/ForgeScript#dev",
"better-sqlite3": "^13.0.2",
"dotenv": "^17.4.2",
"sqlite3": "^6.0.1"
}
}