{
  "name": "lazuli-components",
  "version": "1.0.0",
  "description": "Add some useful custom components in Minecraft Bedrock Edition",
  "main": "index.ts",
  "repository": "git@codeberg.org:lazuli/components.git",
  "author": "CTN Studios",
  "license": "MIT",
  "scripts": {
    "build:docs": "typedoc --options .typedoc.json"
  },
  "dependencies": {
    "@minecraft/server": "1.14.0-beta.1.21.20-stable",
    "typescript": "^5.5.4"
  },
  "devDependencies": {
    "typedoc": "^0.26.6",
    "typedoc-material-theme": "^1.1.0"
  }
}
