-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 906 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 906 Bytes
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
{
"name": "matp",
"module": "index.ts",
"type": "module",
"private": true,
"scripts": {},
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5"
},
"dependencies": {
"@arcmantle/reflect-metadata": "^1.0.4",
"@minecraft/debug-utilities": "^1.0.0-beta.1.20.70-preview.20",
"@minecraft/server": "^2.2.0",
"@noble/ciphers": "^2.0.1",
"@noble/hashes": "1.4.0",
"@noble/secp256k1": "^3.0.0",
"@stablelib/random": "^2.0.1",
"@types/chance": "^1.1.7",
"base32768": "^5.0.0",
"cbor": "^10.0.11",
"cbor-x": "^1.6.0",
"cbor2": "^2.0.1",
"eventemitter3": "^5.0.1",
"fasq": "^0.0.1",
"fast-text-encoding": "^1.0.6",
"mpmc": "^0.4.0",
"neverthrow": "^8.2.0",
"purify-ts": "^2.1.2",
"text-encoding": "^0.7.0",
"text-encoding-polyfill": "^0.6.7",
"yocto-queue": "^1.2.1"
}
}