{
  "name": "expo-harmony-toolkit",
  "version": "1.11.3",
  "description": "面向 Managed/CNG Expo 项目的 HarmonyOS 迁移、准入检查与 UI-stack 构建工具链",
  "main": "app.plugin.js",
  "types": "build/index.d.ts",
  "exports": {
    ".": {
      "types": "./build/index.d.ts",
      "default": "./app.plugin.js"
    },
    "./app.plugin": "./app.plugin.js",
    "./package.json": "./package.json"
  },
  "bin": {
    "expo-harmony": "bin/expo-harmony.js"
  },
  "files": [
    "app.plugin.js",
    "bin",
    "build",
    "templates",
    "README.md",
    "README.en.md",
    "LICENSE",
    "docs/cli-build.md",
    "docs/npm-release.md",
    "docs/official-app-shell-sample.md",
    "docs/official-minimal-sample.md",
    "docs/official-native-capabilities-sample.md",
    "docs/official-ui-stack-sample.md",
    "docs/roadmap.md",
    "docs/signing-and-release.md",
    "docs/support-matrix.md"
  ],
  "scripts": {
    "build": "rm -rf build && tsc --project tsconfig.json",
    "clean": "rm -rf build coverage",
    "docs:sync": "node ./scripts/update-generated-docs.js",
    "pack:check": "node ./scripts/pack.js --dry-run --json",
    "release:check": "node ./scripts/release-check.js",
    "test": "jest --runInBand",
    "prepare": "pnpm build"
  },
  "keywords": [
    "expo",
    "expo-plugin",
    "config-plugin",
    "harmonyos",
    "openharmony",
    "react-native",
    "rnoh"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/BlackishGreen33/Expo-Harmony-Toolkit.git"
  },
  "homepage": "https://github.com/BlackishGreen33/Expo-Harmony-Toolkit#readme",
  "bugs": {
    "url": "https://github.com/BlackishGreen33/Expo-Harmony-Toolkit/issues"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "packageManager": "pnpm@10.32.1",
  "pnpm": {
    "overrides": {
      "react-native-gesture-handler": "2.14.1",
      "react-native-reanimated": "3.6.0",
      "react-native-svg": "15.0.0"
    }
  },
  "peerDependencies": {
    "expo": "*"
  },
  "dependencies": {
    "@expo/config": "^55.0.10",
    "commander": "^14.0.0",
    "fs-extra": "^11.3.0",
    "json5": "^2.2.3",
    "semver": "^7.7.2"
  },
  "devDependencies": {
    "@types/fs-extra": "^11.0.4",
    "@types/jest": "^30.0.0",
    "@types/node": "^24.5.2",
    "@types/semver": "^7.7.1",
    "jest": "^30.2.0",
    "ts-jest": "^29.4.4",
    "typescript": "^5.9.2"
  }
}
