-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.61 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.61 KB
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
{
"name": "@sanctumterra/client",
"version": "2.1.18",
"minecraft": "1.21.50",
"description": "MCBE Client",
"main": "./dist/index.js",
"type": "commonjs",
"scripts": {
"watch": "tsc --watch",
"test": "node ./dist/tools/test.js",
"dev": "node ./src/tools/build.js && npm run test",
"build": "tsc --build tsconfig.json",
"format": "npx @biomejs/biome format --write ./src",
"lint": "npx @biomejs/biome lint --write ./src"
},
"keywords": [],
"author": "",
"license": "ISC",
"maintainers": [
{
"name": "SanctumTerra",
"url": "https://github.com/TerraOfficial"
}
],
"devDependencies": {
"@biomejs/biome": "1.9.2",
"@types/fast-json-stable-stringify": "^2.1.0",
"@types/jsonwebtoken": "^9.0.7",
"@types/lodash": "^4.17.10",
"@types/uuid-1345": "^0.99.25",
"chalk": "^5.3.0",
"chokidar": "^3.6.0",
"lodash.debounce": "^4.0.8",
"prismarine-realms": "^1.3.2",
"typescript": "^5.6.3",
"why-is-node-running": "^3.2.0"
},
"dependencies": {
"@sanctumterra/raknet": "^1.3.67",
"@serenityjs/binarystream": "^2.6.6",
"@serenityjs/block": "^0.4.4",
"@serenityjs/emitter": "^0.6.4",
"@serenityjs/network": "^0.4.4",
"@serenityjs/protocol": "^0.7.0-beta-20250101024648",
"@serenityjs/raknet": "^0.6.2-beta-20241128210118",
"@serenityjs/world": "^0.4.4",
"@types/node": "^22.7.5",
"crypto": "^1.0.1",
"fast-json-stable-stringify": "^2.1.0",
"i": "^0.3.7",
"lodash": "^4.17.21",
"npm": "^11.0.0",
"prismarine-auth": "github:AnyBananaGAME/prismarine-auth",
"uuid-1345": "^1.0.2"
}
}