{
  "name": "@litsx/babel-plugin-transform-jsx-html-template",
  "version": "0.3.6",
  "description": "Transforms JSX trees into lit-html template literals",
  "author": "LitSX Team",
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./src/index.js",
  "exports": {
    ".": {
      "import": "./src/index.js",
      "require": "./dist/index.cjs",
      "default": "./src/index.js"
    }
  },
  "files": [
    "dist",
    "src",
    "README.md"
  ],
  "keywords": [
    "babel-plugin",
    "lit",
    "jsx"
  ],
  "license": "Apache-2.0",
  "homepage": "https://litsx.dev/",
  "bugs": {
    "url": "https://github.com/litsxdev/litsx/issues"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/litsxdev/litsx.git",
    "directory": "packages/babel-plugin-transform-jsx-html-template"
  },
  "peerDependencies": {
    "@babel/core": ">=7"
  },
  "dependencies": {
    "@babel/generator": "^7.29.1",
    "@babel/helper-plugin-utils": "^7.28.6",
    "@babel/plugin-syntax-jsx": "^7.28.6",
    "@babel/types": "^7.29.0",
    "@litsx/authoring": "^0.5.0",
    "source-map-js": "^1.2.1"
  },
  "devDependencies": {
    "@babel/core": "^7.29.0"
  },
  "scripts": {
    "build": "../../node_modules/.bin/rollup --config rollup.config.js",
    "prepack": "yarn build"
  }
}
