{
  "name": "@opentf/web-compiler",
  "version": "0.1.0",
  "description": "OTF Web IR compiler (otfwc) — prebuilt platform binaries + host resolver (ARCHITECTURE.md §8).",
  "type": "module",
  "main": "index.js",
  "exports": {
    ".": "./index.js"
  },
  "scripts": {
    "postinstall": "node scripts/postinstall.js"
  },
  "files": [
    "index.js",
    "extract.js",
    "scripts",
    "bin"
  ],
  "keywords": [
    "opentf",
    "compiler",
    "jsx",
    "web-components",
    "ssg"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Open-Tech-Foundation/Web-App-Framework.git",
    "directory": "packages/web-compiler"
  },
  "homepage": "https://github.com/Open-Tech-Foundation/Web-App-Framework#readme",
  "bugs": "https://github.com/Open-Tech-Foundation/Web-App-Framework/issues",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  }
}
