{
  "name": "datapack-manager",
  "version": "0.2.1",
  "description": "Manage your Minecraft datapacks",
  "main": "legacy/index.js",
  "files": [
    "legacy",
    "dist"
  ],
  "scripts": {
    "prepare": "rollup -c"
  },
  "bin": {
    "datapack-manager": "legacy/cli/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SebastianSpeitel/datapack-manager.git"
  },
  "keywords": [
    "minecraft",
    "datapack"
  ],
  "author": "Sebastian Speitel",
  "license": "AGPL-3.0-or-later",
  "bugs": {
    "url": "https://github.com/SebastianSpeitel/datapack-manager/issues"
  },
  "homepage": "https://github.com/SebastianSpeitel/datapack-manager#readme",
  "devDependencies": {
    "@types/node": "^13.13.12",
    "@types/yargs": "^15.0.5",
    "rollup": "^2.18.1",
    "rollup-plugin-typescript2": "^0.27.1",
    "typescript": "^3.9.5"
  },
  "dependencies": {
    "@throw-out-error/minecraft-datapack": "^1.6.18",
    "cli-table3": "^0.6.0",
    "yargs": "^15.3.1"
  }
}
