{
  "name": "@ankhorage/runtime",
  "version": "3.0.11",
  "description": "Platform-neutral runtime renderer, contracts, and helpers for Ankhorage generated apps.",
  "license": "MIT",
  "engines": {
    "node": "24.x"
  },
  "publishConfig": {
    "access": "public"
  },
  "homepage": "https://github.com/ankhorage/runtime#readme",
  "bugs": {
    "url": "https://github.com/ankhorage/runtime/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ankhorage/runtime.git"
  },
  "keywords": [
    "ankhorage",
    "runtime",
    "manifest",
    "bindings",
    "media",
    "adapters",
    "typescript"
  ],
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./bindings": {
      "types": "./dist/bindings.d.ts",
      "import": "./dist/bindings.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "README.md",
    "CHANGELOG.md",
    "LICENSE",
    "paradox"
  ],
  "ankh": {
    "category": "runtime",
    "provider": null,
    "capabilities": []
  },
  "scripts": {
    "build": "rm -rf dist tsconfig.tsbuildinfo tsconfig.build.tsbuildinfo && bun x tsc -p tsconfig.build.json",
    "typecheck": "bun x tsc --noEmit -p tsconfig.json",
    "lint": "ankhorage-eslint . --max-warnings=0",
    "lint:fix": "ankhorage-eslint . --fix --max-warnings=0",
    "format": "ankhorage-prettier --write .",
    "format:check": "ankhorage-prettier --check .",
    "test": "bun test",
    "docs": "bunx @ankhorage/paradox && ankhorage-prettier --write README.md paradox",
    "changeset": "ankhorage-changeset",
    "changeset:status": "ankhorage-changeset status --since=origin/main",
    "version-packages": "ankhorage-changeset version",
    "knip:check": "ankhorage-knip"
  },
  "dependencies": {
    "@ankhorage/contracts": "^22.2.0",
    "@ankhorage/data-sources": "^2.0.11",
    "@ankhorage/utility": "^1.4.0"
  },
  "peerDependencies": {
    "react": "19.2.3",
    "react-native": "0.86.x",
    "react-native-web": "~0.21.0"
  },
  "peerDependenciesMeta": {
    "react-native-web": {
      "optional": true
    }
  },
  "devDependencies": {
    "@ankhorage/devtools": "^1.18.5",
    "@ankhorage/paradox": "^0.1.26",
    "@types/bun": "^1.4.1",
    "@types/node": "^24.13.3",
    "@types/react": "^19.2.18",
    "@types/react-dom": "^19.2.4",
    "react": "19.2.3",
    "react-dom": "19.2.3",
    "react-native": "0.86.3",
    "react-native-web": "~0.21.0",
    "typescript": "~6.0.3"
  },
  "sideEffects": false,
  "packageManager": "bun@1.4.2"
}
