UNPKG

mc-java-core-333

Version:

A better library starting minecraft game NW.js and Electron.js

66 lines (65 loc) 1.75 kB
{ "name": "mc-java-core-333", "version": "1.9.1", "types": "./build/Index.d.ts", "exports": { ".": { "import": "./build/Index.js", "require": "./build/Index.js" } }, "description": "A better library starting minecraft game NW.js and Electron.js", "scripts": { "dev": "rimraf ./build && tsc -w", "build": "rimraf ./build && tsc", "prepublishOnly": "npm i && npm run build" }, "files": [ "assets/**", "build/**", "LICENSE", "README.md" ], "keywords": [ "Minecraft", "Launcher", "Node-Minecraft", "Game", "Minecraft-Launcher", "Forge", "Minecraft-Forge" ], "author": "Luuxis & Benjas333", "license": "CCANC", "dependencies": { "7zip-bin": "^5.2.0", "adm-zip": "^0.5.16", "node-7z": "^3.0.0", "node-fetch": "^2.7.0", "prompt": "^1.3.0", "tslib": "^2.8.1" }, "devDependencies": { "@types/adm-zip": "^0.5.7", "@types/node": "^22.10.2", "@types/node-7z": "^2.1.10", "@types/node-fetch": "^2.6.12", "rimraf": "^6.0.1", "typescript": "^5.7.2" }, "bugs": { "url": "https://github.com/Benjas333/mc-java-core-333/issues" }, "homepage": "https://github.com/Benjas333/mc-java-core-333#readme", "repository": { "type": "git", "url": "git+https://github.com/Benjas333/mc-java-core-333.git" }, "optionalDependencies": { "electron": "^33.2.1" }, "main": "index.js", "directories": { "test": "test" } }