{
  "name": "minity",
  "version": "1.0.0-alpha.30",
  "description": "CLI for Minity, a scripting language for Vanilla Minecraft datapacks",
  "bin": {
    "minity": "bin/index.js"
  },
  "author": "Zoran Obradović",
  "license": "GPLV3",
  "keywords": [
    "minecraft",
    "script",
    "vanilla",
    "datapack"
  ],
  "dependencies": {
    "@minity/parser": "^1.0.0-alpha.30",
    "chalk": "^4.1.2",
    "enquirer": "^2.3.6",
    "minimist": "^1.2.5",
    "node-watch": "^0.7.2"
  },
  "directories": {
    "doc": "docs",
    "example": "examples"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/minity-script/minity.git"
  },
  "scripts": {
    "next-version": "npm version `node bin/alpha-version.js`",
    "build": "npm install @minity/parser@latest",
    "prepare-publish": "npm run build; git commit -a -m prepublish; npm run next-version"
  },
  "private": false
}
