-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 997 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
{
"name": "typescript-discord-bot-template",
"version": "1.0.1",
"description": "Simple, fast and easy to use discord.js Typescript bot template.",
"main": "src/main.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "ts-node lib/main.ts --development",
"build": "tsc",
"start": "node src/main.js --build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MegalithOffical/Typescript-discord-bot-Template.git"
},
"author": "MegalithOffical",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/MegalithOffical/Typescript-discord-bot-Template/issues"
},
"homepage": "https://github.com/MegalithOffical/Typescript-discord-bot-Template#readme",
"devDependencies": {
"@types/node": "^20.11.25"
},
"dependencies": {
"@sapphire/bitfield": "^1.2.2",
"@sapphire/shapeshift": "^3.9.6",
"clog-utils": "^2.0.1",
"discord.js": "^14.14.1",
"dotenv": "^16.4.5",
"glob": "^10.3.10"
}
}