minecraft-changelog-generator
Version:
Tool for autocreating modpack changelog
35 lines (34 loc) • 918 B
JSON
{
"name": "minecraft-changelog-generator",
"version": "1.0.4",
"description": "Tool for autocreating modpack changelog",
"main": "bin/index.js",
"scripts": {},
"keywords": [
"cli",
"modrinth"
],
"bin": {
"auto-changelog": "bin/index.js",
"ac": "bin/index.js",
"changelog-generator": "bin/index.js",
"cg": "bin/index.js"
},
"author": "EvanEnev",
"license": "MIT",
"dependencies": {
"axios": "^0.27.2",
"chalk": "^4.1.2",
"minecraft-changelog-generator": "^1.0.2",
"node-stream-zip": "^1.15.0",
"yargs": "^17.5.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EvanEnev/Minecraft-Changelog-Generator.git"
},
"bugs": {
"url": "https://github.com/EvanEnev/Minecraft-Changelog-Generator/issues"
},
"homepage": "https://github.com/EvanEnev/Minecraft-Changelog-Generator#readme"
}