-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 806 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 806 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
{
"name": "openrct2lib",
"version": "0.1.4",
"description": "OpenRCT2 New Savefile Format parser",
"main": "dist/OpenRCT2Lib.js",
"scripts": {
"test": "node ./examples/index.js"
},
"keywords": [
"openrct2",
"rct2",
"rollercoastertycoon",
"new savefile format"
],
"author": {
"name": "Willem Lee",
"email": "telk5093@gmail.com",
"url": "https://telk.kr"
},
"homepage": "https://github.com/telk5093/OpenRCT2Lib",
"bugs": {
"url": "https://github.com/telk5093/OpenRCT2Lib/issues",
"email": "telk5093@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/telk5093/OpenRCT2Lib.git"
},
"license": "MIT",
"dependencies": {
"@mongodb-js/zstd": "^7.0.0",
"pako": "^2.0.4",
"simple-zstd": "^2.1.0"
}
}