{
    "name": "react-native-builder-bob",
    "version": "0.43.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",
    "type": "module",
    "exports": {
        ".": "./lib/src/index.js",
        "./babel-config": "./lib/src/configs/babel-config.cjs",
        "./babel-preset": "./lib/src/configs/babel-preset.cjs",
        "./vite-config": "./lib/src/configs/vite-config.mjs",
        "./package.json": "./package.json"
    },
    "bin": {
        "bob": "bin/bob"
    },
    "files": [
        "bin",
        "lib"
    ],
    "engines": {
        "node": "^20.19.0 || ^22.12.0 || >= 23.4.0"
    },
    "publishConfig": {
        "access": "public",
        "registry": "https://registry.npmjs.org/"
    },
    "scripts": {
        "prepare": "del-cli lib .tsbuildinfo && tsc",
        "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",
        "@jridgewell/sourcemap-codec": "^1.5.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",
        "json5": "^2.2.3",
        "kleur": "^4.1.5",
        "prompts": "^2.4.2",
        "typescript": "^6.0.3",
        "which": "^6.0.1",
        "yargs": "^18.0.0"
    },
    "devDependencies": {
        "@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/node": "^20.19.39",
        "@types/prompts": "^2.4.9",
        "@types/which": "^3.0.4",
        "@types/yargs": "^17.0.35",
        "concurrently": "^9.2.1",
        "del-cli": "^7.0.0",
        "mock-fs": "^5.5.0",
        "mock-stdin": "^1.0.0",
        "vitest": "^4.1.2"
    },
    "gitHead": "7b46317de4ac8e8e5a9d1ec9230a375ea8fe7e16"
}
