{
  "name": "@react-native-oh/react-native-harmony-cli",
  "version": "0.72.140-1",
  "description": "",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "scripts": {
    "build": "tsc --outDir dist -p tsconfig.build.json",
    "prepack": "npm run build && npm run _recreate-hvigor-plugin",
    "_recreate-hvigor-plugin": "cd ../react-native-harmony-hvigor-plugin && npm i && npm run deploy && cd ../react-native-harmony-cli",
    "verify": "tsc --noEmit && npm run test",
    "test": "npm run build && jest",
    "test:codegen": "jest ./src/codegen/.* && npm run build && jest tests/codegen.*",
    "rn": "npm run build && react-native",
    "prepublishOnly": "npm run verify"
  },
  "bin": {
    "rnoh-cli": "dist/commands/init.js"
  },
  "keywords": [],
  "author": "",
  "license": "MIT",
  "peerDependencies": {
    "metro": "*"
  },
  "main": "dist/index.js",
  "files": [
    "./*.js",
    "./*.json",
    "./dist/*",
    "./harmony/*",
    "./README.md"
  ],
  "devDependencies": {
    "@react-native-community/cli": "^15.0.0",
    "@react-native-community/cli-types": "^11.3.0",
    "@types/adm-zip": "^0.5.5",
    "@types/fs-extra": "^11.0.1",
    "@types/jest": "^29.5.1",
    "@types/jszip": "^3.4.1",
    "@types/mustache": "^4.2.5",
    "@types/tar": "^6.1.5",
    "@types/tmp": "^0.2.3",
    "directory-tree": "^3.5.1",
    "execa": "npm:@esm2cjs/execa@^6.1.1-cjs.1",
    "jest": "^29.5.0",
    "react-native": "^0.72.0",
    "ts-jest": "^29.1.0",
    "ts-node": "^10.9.1",
    "typescript": "^5.0.4"
  },
  "dependencies": {
    "@react-native-community/cli-tools": "^13.6.5",
    "@react-native/codegen": "0.74.0",
    "@tsconfig/recommended": "^1.0.2",
    "adm-zip": "^0.5.12",
    "case": "^1.6.3",
    "chalk": "^4",
    "commander": "^14.0.0",
    "fs-extra": "^11.1.1",
    "glob": "^10.2.6",
    "ignore": "^5.2.4",
    "inquirer": "^12.7.0",
    "json5": "^2.2.3",
    "json5-writer": "^0.2.0",
    "memfs": "4.12.0",
    "mustache": "^4.2.0",
    "tar": "^6.1.15",
    "tmp": "^0.2.1",
    "metro": "0.82.5"
  },
  "homepage": "https://gitcode.com/openharmony-sig/ohos_react_native",
  "repository": {
    "type": "gitcode",
    "url": "https://gitcode.com/openharmony-sig/ohos_react_native"
  }
}
