{
  "name": "@podlite/to-jsx",
  "version": "0.0.33",
  "description": "JSX converter for Podlite markup language",
  "main": "lib/index.js",
  "license": "MIT",
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/podlite"
  },
  "scripts": {
    "build": "yarn g:build && yarn g:copy_assets",
    "test": "yarn g:jest  --passWithNoTests"
  },
  "dependencies": {
    "@podlite/diagram": "^0.0.33",
    "@podlite/schema": "0.0.29",
    "entities": "^4.5.0",
    "podlite": "0.0.42",
    "react-is": "^17.0.0"
  },
  "exports": {
    "./lib/podlite.css": "./lib/podlite.css",
    ".": {
      "import": "./esm/index.js",
      "types": "./lib/index.d.ts",
      "require": "./lib/index.js"
    },
    "./index": {
      "import": "./esm/index.js",
      "require": "./lib/index.js"
    }
  },
  "files": [
    "lib",
    "esm",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "keywords": [
    "markdown",
    "podlite",
    "markup",
    "markup-language"
  ],
  "publishConfig": {
    "access": "public",
    "main": "lib/index.js",
    "types": "./lib/index.d.ts",
    "module": "./esm/index.js"
  },
  "peerDependencies": {
    "@podlite/diagram": "*",
    "@podlite/schema": "*",
    "react": "^16.0.0 || ^17.0.0 ",
    "react-dom": "^16.0.0 || ^17.0.0"
  },
  "module": "./esm/index.js"
}