UNPKG

936 BJSONView Raw
1{
2 "name": "@xmcl/resource-manager",
3 "version": "1.0.3",
4 "main": "./index.js",
5 "description": "Minecraft resource manager",
6 "engines": {
7 "node": ">=10.0"
8 },
9 "publishConfig": {
10 "access": "public"
11 },
12 "dependencies": {
13 "@xmcl/common": "^1.0.3",
14 "@xmcl/resourcepack": "^1.0.3"
15 },
16 "scripts": {
17 "test": "",
18 "compile": "tsc --build tsconfig.json",
19 "build": "npm run compile"
20 },
21 "repository": {
22 "type": "git",
23 "url": "git+https://github.com/Voxelum/minecraft-launcher-core-node.git"
24 },
25 "author": "cijhn@hotmail.com",
26 "keywords": [
27 "minecraft",
28 "typescript",
29 "minecraft-launcher",
30 "nodejs",
31 "electron"
32 ],
33 "license": "MIT",
34 "bugs": {
35 "url": "https://github.com/Voxelum/minecraft-launcher-core-node/issues"
36 },
37 "homepage": "https://github.com/Voxelum/minecraft-launcher-core-node#readme",
38 "gitHead": "0265ae44737232abb18ab252f155918a865e85b4"
39}