{
  "name": "@mbler/mcx-component",
  "version": "0.0.4-rc.3",
  "description": "MCX Component Runtime Classes",
  "main": "dist/index.js",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    }
  },
  "engines": {
    "node": ">=20"
  },
  "keywords": [
    "minecraft",
    "component"
  ],
  "repository": {
    "directory": "/packages/mcx-component",
    "type": "git",
    "url": "https://github.com/RuanhoR/mcx-core"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "types": "./dist/index.d.ts",
  "author": "ruanhor",
  "license": "MIT",
  "type": "module",
  "dependencies": {
    "@mbler/mcx-types": "0.0.4-rc.8"
  },
  "scripts": {
    "lint": "eslint src --ext .js,.ts",
    "lint:fix": "eslint src --ext .js,.ts --fix",
    "build": "rolldown -c"
  }
}