{
  "name": "react-native-build-orchestrator",
  "version": "1.8.1",
  "packageManager": "yarn@3.6.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/bhishaksanyal/react-native-build-orchestrator.git"
  },
  "homepage": "https://github.com/bhishaksanyal/react-native-build-orchestrator#readme",
  "bugs": {
    "url": "https://github.com/bhishaksanyal/react-native-build-orchestrator/issues"
  },
  "main": "dist/index.js",
  "scripts": {
    "test": "yarn typecheck && yarn lint && yarn test:unit --coverage --passWithNoTests",
    "test:unit": "node --experimental-vm-modules node_modules/.bin/jest",
    "build": "tsup src/index.ts --format esm,cjs --dts --clean",
    "dev": "tsx src/index.ts",
    "typecheck": "tsc --noEmit",
    "lint": "eslint . --ext .ts --ignore-pattern coverage",
    "prepare": "yarn build",
    "test:ci": "./scripts/run-all-tests.sh",
    "release": "semantic-release --no-ci"
  },
  "keywords": [
    "react-native",
    "react-native-build-orchestrator",
    "rnbuild",
    "react-native-cli",
    "react-native-tools",
    "mobile-devops",
    "android",
    "ios",
    "build",
    "build-automation",
    "release",
    "release-automation",
    "versioning",
    "environment-management",
    "env",
    "dotenv",
    "flavor",
    "white-label",
    "fastlane",
    "play-store",
    "app-store",
    "deployment"
  ],
  "author": "Bhishak Sanyal <sanyalbishak93@gmail.com>",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=20.18.0"
  },
  "description": "CLI for React Native environment management, flavor-aware Android/iOS builds, versioning, and Fastlane store uploads.",
  "type": "module",
  "bin": {
    "rnbuild": "dist/index.js"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@clack/prompts": "^0.7.0",
    "cli-table": "^0.3.11",
    "commander": "^12.1.0",
    "execa": "^9.6.1",
    "fs-extra": "^11.3.4",
    "js-yaml": "^4.1.1",
    "picocolors": "^1.0.0",
    "zod": "^3.25.76"
  },
  "devDependencies": {
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/commit-analyzer": "^13.0.1",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^12.0.6",
    "@semantic-release/npm": "^13.1.5",
    "@semantic-release/release-notes-generator": "^14.1.0",
    "@types/cli-table": "^0.3.4",
    "@types/fs-extra": "^11.0.4",
    "@types/jest": "^30.0.0",
    "@types/js-yaml": "^4.0.9",
    "@types/node": "^22.19.17",
    "@typescript-eslint/eslint-plugin": "^8.58.1",
    "@typescript-eslint/parser": "^8.58.1",
    "conventional-changelog-conventionalcommits": "^9.3.1",
    "eslint": "^9.39.4",
    "jest": "^30.3.0",
    "semantic-release": "^25.0.3",
    "ts-jest": "^29.4.9",
    "tsup": "^8.5.1",
    "tsx": "^4.21.0",
    "typescript": "^5.9.3"
  }
}
