-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 909 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
{
"name": "magmastream_template_bot",
"version": "2.0.0",
"description": "An example of how Magmastream can be implemented.",
"main": "dist/index.js",
"scripts": {
"dev": "tsc --watch",
"build": "tsc --build",
"start": "node dist/index.js",
"rebuild": "npm run build && npm run start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Blackfort-Hosting/Magmastream_Template_Bot.git"
},
"author": "Abel Purnwasy",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Blackfort-Hosting/Magmastream_Template_Bot/issues"
},
"homepage": "https://github.com/Blackfort-Hosting/Magmastream_Template_Bot#readme",
"dependencies": {
"discord.js": "^14.15.2",
"magmastream": "^2.5.5",
"signale": "^1.4.0"
},
"devDependencies": {
"@types/node": "^20.13.0",
"@types/signale": "^1.4.7",
"typescript": "^5.4.5"
}
}