{
  "name": "@rozenite/runtime",
  "version": "1.13.0",
  "description": "Rozenite runtime for React Native DevTools.",
  "type": "module",
  "files": [
    "dist"
  ],
  "keywords": [
    "react-native",
    "devtools",
    "framework",
    "plugin",
    "orchestration"
  ],
  "homepage": "https://github.com/callstackincubator/rozenite#readme",
  "bugs": {
    "url": "https://github.com/callstackincubator/rozenite/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/callstackincubator/rozenite.git"
  },
  "author": "Szymon Chmal <szymon.chmal@callstack.com>",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    ".": {
      "types": "./dist/host.d.ts",
      "import": "./dist/host.js",
      "require": "./dist/host.cjs"
    }
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "devDependencies": {},
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "build": "vite build",
    "typecheck": "tsc -p tsconfig.lib.json --noEmit",
    "lint": "eslint ."
  }
}