forked from nobu-sh/BeRP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.66 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
63
64
65
{
"name": "berp",
"version": "1.0.0",
"description": "a raknet implementation solution for bedrock edition realms",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"start": "cross-env NODE_ENV=production node dist/index.js",
"dev": "cross-env NODE_ENV=development ts-node src/index.ts",
"lint": "eslint src/**"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NobUwU/BeRP.git"
},
"keywords": [
"mcbe",
"raknet",
"realms",
"berp",
"bewss",
"utilities",
"minecraft",
"bedrock"
],
"author": "NobUwU",
"license": "MIT",
"bugs": {
"url": "https://github.com/NobUwU/BeRP/issues"
},
"homepage": "https://github.com/NobUwU/BeRP#readme",
"devDependencies": {
"@types/js-yaml": "^4.0.2",
"@types/jsonwebtoken": "^8.5.4",
"@types/node": "^16.3.2",
"@types/readable-stream": "^2.3.11",
"@types/uuid-1345": "^0.99.22",
"@typescript-eslint/eslint-plugin": "^4.28.3",
"@typescript-eslint/parser": "^4.28.3",
"babel-eslint": "^10.1.0",
"cross-env": "^7.0.3",
"eslint": "^7.30.0",
"nodemon": "^2.0.12",
"ts-node": "^10.3.0",
"typescript": "^4.3.5"
},
"dependencies": {
"@azure/msal-node": "^1.2.0",
"jimp": "^0.16.1",
"@types/uuid": "^8.3.1",
"@xboxreplay/xboxlive-auth": "^3.3.3",
"axios": "^0.21.1",
"chalk": "^4.1.1",
"cli-select": "^1.1.2",
"enquirer": "github:NobUwU/enquirer#typings",
"js-yaml": "^4.1.0",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.1",
"prismarine-nbt": "^1.5.0",
"protodef": "^1.14.0",
"raknet-native": "^1.0.6",
"uuid": "^8.3.2",
"uuid-1345": "^1.0.2"
}
}