{
  "name": "bedrock-development",
  "version": "3.1.1",
  "description": "APIs for creating and editing files related to Minecraft Bedrock development.",
  "main": "bin/index.js",
  "types": "bin/index.d.ts",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "https://github.com/DauntlessStudio/Bedrock-Developments.git"
  },
  "scripts": {
    "build": "npx tsc",
    "build-watch": "npx tsc -w",
    "clean-dir": "rm -rf ./behavior_packs && rm -rf ./resource_packs && mkdir -p behavior_packs/test_bp && mkdir -p resource_packs/test_rp",
    "clear": "rm ./behavior_packs/test_bp/** -rf && rm ./resource_packs/test_rp/** -rf",
    "docs": "npx typedoc --plugin typedoc-plugin-markdown --plugin typedoc-github-wiki-theme ts/app/index.ts --out docs/api --readme none && mv docs/api/Home.md docs/api/API.md && find docs/api -type f -exec sed -i 's/wiki\\/Home/wiki\\/API/g' {} \\;",
    "test": "npm run clean-dir && npm run build && node . new entity -c test && node . new item -t attachable test && node . new block test"
  },
  "bin": {
    "bed": "./bin/index.js"
  },
  "keywords": [
    "Minecraft",
    "Bedrock"
  ],
  "author": "Caleb Coldiron",
  "license": "ISC",
  "dependencies": {
    "archiver": "^5.3.1",
    "axios": "^1.2.3",
    "chalk": "^5.3.0",
    "commander": "^10.0.0",
    "comment-json": "^4.2.3",
    "deepslate": "^0.19.2",
    "glob": "^10.3.10",
    "uuid": "^9.0.0"
  },
  "devDependencies": {
    "@types/archiver": "^5.3.1",
    "@types/glob": "^8.0.1",
    "@types/node": "^18.11.18",
    "@types/uuid": "^9.0.1",
    "typedoc": "^0.25.12",
    "typedoc-github-wiki-theme": "^1.1.0",
    "typedoc-plugin-markdown": "^3.17.1",
    "typescript": "^4.9.4"
  }
}
