minecraft-pcc
Version:
A simple, but powerful command compiler for Minecraft command players.
25 lines (24 loc) • 592 B
JSON
{
"name": "minecraft-pcc",
"description": "A simple, but powerful command compiler for Minecraft command players.",
"version": "0.1.3",
"author": "pca006132 <john.lck40@gmail.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/pca006132/pcc.git"
},
"bugs": {
"url": "https://github.com/pca006132/pcc/issues"
},
"homepage": "https://github.com/pca006132/pcc#readme",
"keywords": [
"Minecraft",
"Command"
],
"preferGlobal": true,
"main":"./app.js",
"bin":{
"pcc": "./app.js"
},
"license": "MIT"
}