bee-mod-parser
Version:
A Node.js Package To Get Metadata Of Fabric/Forge/Liteloader Mods. Used By Bee Launcher.
39 lines (38 loc) • 948 B
JSON
{
"name": "bee-mod-parser",
"version": "1.2.2",
"main": "./dist/index.js",
"description": "A Node.js Package To Get Metadata Of Fabric/Forge/Liteloader Mods. Used By Bee Launcher.",
"engines": {
"node": ">=10.0"
},
"dependencies": {
"@iarna/toml": "2.2.3",
"@xmcl/asm": "^0.1.1",
"@xmcl/system": "^2.2.1",
"ti": "^1.0.4",
"typescript": "^4.2.3",
"yauzl": "^2.10.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Nishant1500/bee-mod-parser"
},
"author": "Nishant1500",
"sideEffects": false,
"keywords": [
"minecraft",
"bee-launcher",
"mod",
"minecraft-launcher",
"launcher-module"
],
"script": {
"start": "node ./dir/index.js"
},
"license": "none",
"bugs": {
"url": "https://github.com/Nishant1500/bee-mod-parser/issues"
},
"homepage": "https://github.com/Nishant1500/bee-mod-parser#readme"
}