{
  "name": "@plasmicapp/host",
  "version": "2.0.2",
  "description": "plasmic library for app hosting",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/plasmicapp/plasmic.git",
    "directory": "packages/host"
  },
  "main": "dist/index.cjs.js",
  "types": "dist/index.d.ts",
  "module": "dist/host.esm.js",
  "nx": {
    "targets": {
      "build": {
        "inputs": [
          "{projectRoot}/**/*",
          "!{projectRoot}/**/dist/**/*",
          "!{projectRoot}/src/version.ts"
        ],
        "outputs": [
          "{projectRoot}/**/dist/**/*",
          "{projectRoot}/src/version.ts"
        ]
      }
    }
  },
  "files": [
    "dist",
    "registerComponent",
    "registerFunction",
    "registerGlobalContext",
    "registerToken",
    "registerTrait"
  ],
  "size-limit": [
    {
      "path": "dist/host.esm.js",
      "limit": "3 KB"
    }
  ],
  "scripts": {
    "build": "./update_version.sh && rollup -c",
    "test": "tstyche --config ../../tstyche.config.json",
    "lint": "eslint",
    "prepublishOnly": "npm run build",
    "size": "size-limit",
    "analyze": "size-limit --why"
  },
  "dependencies": {
    "@plasmicapp/query": "0.1.84",
    "csstype": "^3.1.2",
    "window-or-global": "^1.0.1"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^25.0.2",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^15.1.0",
    "@types/classnames": "^2.3.4",
    "@types/node": "^20.3.3",
    "@types/react": "^18",
    "@types/react-dom": "^18",
    "react": "18.3.1",
    "react-dom": "18.3.1",
    "rollup": "^3.26.1",
    "rollup-plugin-banner2": "^1.3.1",
    "rollup-plugin-dts": "^5.3.0",
    "rollup-plugin-typescript2": "^0.36.0"
  },
  "peerDependencies": {
    "react": ">=18.0.0",
    "react-dom": ">=18.0.0"
  },
  "gitHead": "f110feb3414bdfdcbd84167e91a951f8dcd4dd60"
}
