fixed modloader versions match

This commit is contained in:
2021-01-06 00:17:53 +01:00
parent 70ef29ef2b
commit eb6a78d254
5 changed files with 147 additions and 100 deletions

19
package.json Normal file
View File

@ -0,0 +1,19 @@
{
"name": "minecraft-mod-packager",
"version": "1.0.0",
"description": "A minecraft mod package manager",
"main": "src/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.redstoneunion.de/MrGeorgen/minecraft-mod-packager.git"
},
"author": "MrGeorgen",
"license": "LGPL-3.0",
"dependencies": {
"follow-redirects": "^1.13.0",
"node-json-minify": "^1.0.0"
}
}