-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 787 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 787 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
{
"type": "module",
"name": "@signpostmarv/mapareatexturepersistentlevel-json-parser",
"description": "MapareatexturePersistentLevel.json parser",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/SignpostMarv/MapareatexturePersistentLevel.json-parser.git"
},
"funding": "https://github.com/SignpostMarv/MapareatexturePersistentLevel.json-parser?sponsor=1",
"exports": "./index.js",
"types": "./index.d.ts",
"devDependencies": {
"@eslint/js": "^9.4.0",
"@types/eslint": "^8.56.10",
"@types/node": "^20.14.2",
"eslint": "^8.57.0",
"glob": "^10.4.1",
"prettier": "^3.3.2",
"ts-node": "^10.9.2",
"tslib": "^2.6.3",
"typescript": "^5.4.5",
"typescript-eslint": "^7.13.0"
},
"dependencies": {
"sharp": "^0.33.4"
}
}