-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.43 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
{
"name": "bedrock-server-manager",
"version": "1.0.0",
"description": "A server mananger for minecraft bedrock edition using sockets",
"main": "index.js",
"scripts": {
"lint": "eslint . --ext ts",
"lintfix": "eslint . --ext ts --fix",
"watch": "tsc -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/7dev7urandom/bedrock-server-manager.git"
},
"keywords": [
"Minecraft",
"bedrock",
"socket"
],
"author": "Micah Henney",
"license": "ISC",
"bugs": {
"url": "https://github.com/7dev7urandom/bedrock-server-manager/issues"
},
"homepage": "https://github.com/7dev7urandom/bedrock-server-manager#readme",
"dependencies": {
"@types/formidable": "^1.0.32",
"@types/fs-extra": "^9.0.4",
"@types/mysql": "^2.15.17",
"@types/node": "^14.0.14",
"@types/request": "^2.48.5",
"@types/socket.io": "^2.1.8",
"@types/unzipper": "^0.10.3",
"dotenv": "^8.2.0",
"formidable": "^1.2.2",
"fs-extra": "^9.0.1",
"mysql": "^2.18.1",
"node-pty": "^0.9.0",
"pg": "^8.2.2",
"prismarine-nbt": "^1.5.0",
"readline": "^1.3.0",
"request": "^2.88.2",
"socket.io": "^2.4.1",
"unzipper": "^0.10.11",
"vue": "^2.6.12"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"eslint": "^7.28.0",
"typescript": "^3.9.5",
"eslint-plugin-import": "^2.23.4"
}
}