UNPKG

dmclc

Version:

Dolphin Minecraft Launcher Core

52 lines (51 loc) 1.24 kB
{ "name": "dmclc", "version": "4.4.0-beta.2", "description": "Dolphin Minecraft Launcher Core", "typings": "./lib/index.d.ts", "module": "./lib/index.js", "type": "module", "devDependencies": { "@microsoft/api-documenter": "^7.19.25", "@microsoft/api-extractor": "^7.33.8", "@types/follow-redirects": "^1.14.1", "@types/fs-extra": "^9.0.13", "@types/got": "^9.6.12", "@types/marked": "^4.0.8", "@types/node": "^18.11.3", "@types/temp": "^0.9.4", "@types/uuid": "^8.3.4", "@types/xml2js": "^0.4.11", "ts-node": "^10.9.1", "typescript": "^5.0.0-beta" }, "repository": "github:heipiao233/dmclc", "scripts": { "build": "tsc" }, "keywords": [ "Minecraft" ], "files": [ "lib" ], "author": "HeiPiao", "license": "MIT", "dependencies": { "compressing": "^1.9.1", "env-paths": "^3.0.0", "fs-extra": "^10.1.0", "got": "^12.6.1", "i18next": "^22.5.1", "i18next-fs-backend": "^2.1.5", "marked": "^4.3.0", "maven-artifact-version": "^0.0.1", "murmurhash2": "^0.1.0", "node-stream-zip": "^1.15.0", "open": "^8.4.0", "temp": "^0.9.4", "toml": "^3.0.0", "uuid": "^9.0.0", "xml2js": "^0.6.2" } }