This repository has been archived by the owner on Feb 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.59 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "@the-bds-maneger/bdsd",
"version": "1.0.1",
"description": "Daemon and CLI to maneger You Minecraft Server",
"main": "src/index.js",
"types": "./src/index.d.ts",
"private": false,
"type": "commonjs",
"homepage": "https://github.com/Sirherobrine23/bdsd#readme",
"author": "Matheus Sampaio Queiroga <[email protected]> (https://sirherobrine23.org/)",
"license": "GPL-2.0-only",
"repository": {
"type": "git",
"url": "git+https://github.com/Sirherobrine23/bdsd.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/Sirherobrine23/bdsd/issues"
},
"sponsor": {
"url": "https://github.com/sponsors/Sirherobrine23"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=14.0.0"
},
"scripts": {
"dev": "next dev"
},
"bin": {
"bdsd": "./src/cli.js"
},
"devDependencies": {
"@types/cli-color": "^2.0.2",
"@types/express": "^4.17.14",
"@types/node": "^18.11.9",
"@types/node-notifier": "^8.0.2",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"@types/yargs": "^17.0.13",
"ts-node": "^10.9.1",
"typescript": "^4.9.3"
},
"dependencies": {
"@the-bds-maneger/core": "^5.3.3",
"@the-bds-maneger/core-utils": "^1.1.1",
"ansi-to-html": "^0.7.2",
"cli-color": "^2.0.3",
"express": "^4.18.2",
"express-rate-limit": "^6.7.0",
"next": "^13.0.4",
"node-notifier": "^10.0.1",
"prom-client": "^14.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"socket.io": "^4.5.3",
"socket.io-client": "^4.5.3",
"yargs": "^17.6.2"
}
}