27 lines
645 B
JSON
27 lines
645 B
JSON
{
|
|
"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",
|
|
"gift": "^0.10.2",
|
|
"gradle-to-js": "^2.0.0",
|
|
"node-json-minify": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^14.14.25",
|
|
"ts-node": "^9.1.1",
|
|
"typescript": "^4.1.3"
|
|
}
|
|
}
|