forked from jub0t/Mechon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.22 KB
/
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
36
37
38
39
40
41
42
43
44
{
"name": "dbp",
"version": "1.2.0",
"description": "🎉 Manage your discord bots and node.js scripts with a web panel.",
"main": "index.js",
"repository": "git+https://github.com/jareer12/DiscordBotPanel.git",
"bugs": {
"url": "https://github.com/jareer12/DiscordBotPanel/issues"
},
"homepage": "https://github.com/jareer12/DiscordBotPanel#readme",
"scripts": {
"tsc": "tsc --watch",
"tailwinds": "npx tailwindcss -i ./public/build.css -o ./public/tailwinds.css --watch --minify",
"generate_tailwinds": "npx tailwindcss -i ./public/build.css -o ./public/tailwinds.css --minify"
},
"keywords": [
"discord",
"discord bot",
"manager",
"discord bot panel",
"dbp"
],
"author": "jareer12",
"license": "MIT",
"dependencies": {
"body-parser": "^1.19.1",
"chalk": "^2.4.2",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.2",
"express-fileupload": "^1.2.1",
"express-session": "^1.17.2",
"fast-folder-size": "^1.6.1",
"https": "^1.0.0",
"path": "^0.12.7",
"pm2": "^5.1.2",
"system-commands": "^1.1.7",
"systeminformation": "^5.9.17",
"typescript": "^4.6.3"
},
"devDependencies": {
"@types/node": "^17.0.27"
}
}