-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 779 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 779 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
31
32
33
34
{
"name": "hollow-bot",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"dev": "tsx watch src/index.ts",
"build": "tsc",
"start": "node ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Brooklyn-Dev/hollow-bot.git"
},
"keywords": [],
"author": "Brooklyn Baylis",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/Brooklyn-Dev/hollow-bot/issues"
},
"homepage": "https://github.com/Brooklyn-Dev/hollow-bot#readme",
"dependencies": {
"canvas": "^3.1.0",
"commandkit": "^0.1.6",
"discord.js": "^14.18.0",
"dotenv": "^16.5.0",
"node-fetch": "^3.3.2"
},
"devDependencies": {
"@types/node": "^22.14.1",
"tsx": "^4.19.3"
}
}