{
  "name": "@reckona/mreact-compiler",
  "version": "0.0.204",
  "description": "Compiler passes and OXC-backed JSX analysis for mreact.",
  "keywords": [
    "compiler",
    "jsx",
    "mreact",
    "oxc",
    "ssr",
    "typescript"
  ],
  "homepage": "https://github.com/t-k/mreact/tree/main/packages/compiler#readme",
  "bugs": {
    "url": "https://github.com/t-k/mreact/issues"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/t-k/mreact.git",
    "directory": "packages/compiler"
  },
  "files": [
    "dist/**/*.js",
    "dist/**/*.js.map",
    "dist/**/*.d.ts",
    "dist/**/*.d.ts.map",
    "src/**/*"
  ],
  "type": "module",
  "sideEffects": false,
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./internal": {
      "types": "./dist/internal.d.ts",
      "default": "./dist/internal.js"
    },
    "./oxc": {
      "types": "./dist/oxc.d.ts",
      "default": "./dist/oxc.js"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "oxc-parser": "0.135.0",
    "oxc-transform": "0.135.0",
    "@reckona/mreact-shared": "0.0.204"
  }
}