{
  "name": "react-native-builder-bob",
  "version": "0.41.0",
  "description": "CLI to build JavaScript files for React Native libraries",
  "keywords": [
    "react-native",
    "library",
    "build"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/callstack/react-native-builder-bob.git",
    "directory": "packages/react-native-builder-bob"
  },
  "bugs": {
    "url": "https://github.com/callstack/react-native-builder-bob/issues"
  },
  "homepage": "https://oss.callstack.com/react-native-builder-bob/build",
  "main": "lib/index.js",
  "exports": {
    "./package.json": "./package.json",
    "./babel-config": "./configs/babel-config.js",
    "./babel-preset": "./configs/babel-preset.js",
    "./metro-config": "./configs/metro-config.js",
    "./vite-config": "./configs/vite-config.mjs"
  },
  "bin": {
    "bob": "bin/bob"
  },
  "files": [
    "bin",
    "lib",
    "configs"
  ],
  "engines": {
    "node": "^20.19.0 || ^22.12.0 || >= 23.4.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "prepare": "babel --extensions .ts,.tsx src --out-dir lib --source-maps --delete-dir-on-start",
    "test": "vitest"
  },
  "dependencies": {
    "@babel/core": "^7.29.0",
    "@babel/plugin-transform-flow-strip-types": "^7.27.1",
    "@babel/plugin-transform-strict-mode": "^7.27.1",
    "@babel/preset-env": "^7.29.2",
    "@babel/preset-react": "^7.28.5",
    "@babel/preset-typescript": "^7.28.5",
    "arktype": "^2.2.0",
    "babel-plugin-syntax-hermes-parser": "^0.34.0",
    "browserslist": "^4.28.2",
    "cross-spawn": "^7.0.6",
    "dedent": "^1.7.2",
    "del": "^8.0.1",
    "escape-string-regexp": "^5.0.0",
    "fs-extra": "^11.3.4",
    "glob": "^13.0.6",
    "is-git-dirty": "^2.0.2",
    "json5": "^2.2.3",
    "kleur": "^4.1.5",
    "prompts": "^2.4.2",
    "react-native-monorepo-config": "^0.3.3",
    "which": "^6.0.1",
    "yargs": "^18.0.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.28.6",
    "@types/babel__core": "^7.20.5",
    "@types/browserslist": "^4.15.4",
    "@types/cross-spawn": "^6.0.6",
    "@types/dedent": "^0.7.2",
    "@types/del": "^4.0.3",
    "@types/fs-extra": "^11.0.4",
    "@types/json5": "^2.2.0",
    "@types/mock-fs": "^4.13.4",
    "@types/prompts": "^2.4.9",
    "@types/which": "^3.0.4",
    "@types/yargs": "^17.0.35",
    "concurrently": "^9.2.1",
    "metro-config": "^0.84.2",
    "mock-fs": "^5.5.0",
    "mock-stdin": "^1.0.0",
    "vitest": "^4.1.2"
  },
  "gitHead": "f0da652b454d58268ca7ac50468a6c2f106fb5b7"
}
