UNPKG

onelnchr-mc-loaders

Version:
44 lines 1.01 kB
{ "name": "onelnchr-mc-loaders", "version": "1.0.4", "description": "Provides metadata for minecraft modloaders", "main": "dist/index.js", "scripts": { "build": "tsc", "prepublishOnly": "npm run build", "test": "jest --runInBand" }, "files": [ "dist" ], "keywords": [ "minecraft", "mclc", "fabric", "forge", "quilt", "neoforge" ], "author": "Zmito26", "repository": { "type": "git", "url": "git+https://github.com/Zmito26dev/onelnchr-mc-loaders.git" }, "bugs": { "url": "https://github.com/Zmito26dev/onelnchr-mc-loaders/issues" }, "license": "MIT", "dependencies": { "@types/xml2js": "^0.4.14", "axios": "^1.7.0", "xml2js": "^0.6.2" }, "devDependencies": { "@types/jest": "^29.5.12", "@types/node": "^20.11.25", "jest": "^29.7.0", "minecraft-launcher-core": "^3.18.1", "tomate-mods": "github:doublekekse/tomate-mods", "ts-jest": "^29.1.2" } }