UNPKG

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