datapack-generator
Version:
Datapack file structure generator for Minecraft 1.13+
27 lines (26 loc) • 576 B
JSON
{
"name": "datapack-generator",
"version": "1.0.5",
"description": "Datapack file structure generator for Minecraft 1.13+",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Minecraft",
"Data",
"Pack",
"Datapack",
"Generator"
],
"author": "Loekaars",
"license": "ISC",
"dependencies": {
"colors": "^1.3.3",
"inquirer": "^6.3.1",
"shelljs": "^0.8.3"
},
"bin": {
"dpg": "./index.js"
}
}