forked from Naru8521/Mars
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1 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
{
"name": "mars",
"module": "src/loader.ts",
"devDependencies": {
"@types/adm-zip": "^0.5.5",
"@types/bun": "latest",
"@types/cli-color": "^2.0.6",
"@types/js-yaml": "^4.0.9",
"@types/uuid-1345": "^0.99.25",
"babel-cli": "^6.26.0"
},
"peerDependencies": {
"typescript": "^5.6.2"
},
"scripts": {
"start": "bun run src/loader.ts"
},
"type": "module",
"dependencies": {
"@babel/cli": "^7.25.7",
"@babel/core": "^7.25.7",
"@babel/preset-env": "^7.25.7",
"@minecraft/server": "^1.15.0-rc.1.21.40-preview.25",
"adm-zip": "^0.5.16",
"cli-color": "^2.0.4",
"dgram": "^1.0.1",
"i": "^0.3.7",
"js-yaml": "^4.1.0",
"minecraft-data": "^3.69.0",
"minecraft-protocol": "^1.47.0",
"npm": "^10.9.0",
"pkg": "^5.8.1",
"prismarine-nbt": "^2.5.0",
"protodef": "^1.15.0",
"uuid-1345": "^1.0.2",
"zlib": "^1.0.5"
},
"bin": "lib/loader.js",
"pkg": {
"assets": [
"lib/**/*",
"assets/server.yml"
]
}
}