{
  "name": "react-native-bedrock",
  "version": "0.0.25",
  "description": "The Bedrock Framework",
  "bin": {
    "bedrock": "./bin/cli.js"
  },
  "scripts": {
    "typecheck": "tsc --noEmit",
    "test": "vitest --no-watch",
    "lint": "eslint .",
    "build": "bedrock-tools build --format cjs",
    "prepack": "yarn build"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./src/index.ts"
    },
    "./async-bridges": {
      "types": "./src/async-bridges.ts",
      "default": "./src/async-bridges.ts"
    },
    "./constant-bridges": {
      "types": "./src/constant-bridges.ts",
      "default": "./src/constant-bridges.ts"
    },
    "./jest": {
      "types": "./dist/jest/index.d.ts",
      "default": "./dist/jest/index.js"
    },
    "./cli": {
      "types": "./cli.d.ts",
      "default": "./cli.js"
    },
    "./config": {
      "types": "./config.d.ts",
      "default": "./config.js"
    },
    "./types": {
      "types": "./dist/types/global.d.ts"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "src",
    "dist",
    "bin",
    "config.js",
    "cli.js",
    "*.d.ts"
  ],
  "devDependencies": {
    "@babel/core": "^7.24.9",
    "@babel/preset-env": "^7.24.8",
    "@babel/preset-typescript": "^7.24.7",
    "@react-native-bedrock/native": "workspace:*",
    "@react-native-bedrock/tools": "0.0.25",
    "@testing-library/dom": "^10.4.0",
    "@testing-library/react": "^16.1.0",
    "@types/babel__core": "^7",
    "@types/babel__preset-env": "^7",
    "@types/node": "^22.10.2",
    "@types/react": "18.3.3",
    "@types/react-dom": "^18",
    "esbuild": "0.25.5",
    "eslint": "^9.7.0",
    "jsdom": "^25.0.1",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "react-native": "0.72.6",
    "typescript": "5.8.3",
    "vitest": "^2.1.8"
  },
  "peerDependencies": {
    "@react-native-bedrock/native": "*",
    "@types/react": "*",
    "react": "*",
    "react-native": "*"
  },
  "dependencies": {
    "@react-native-bedrock/cli": "0.0.25",
    "@react-native-bedrock/image": "0.0.25",
    "@react-native-bedrock/jest-next": "0.0.25",
    "@react-native-bedrock/lottie": "0.0.25",
    "@react-native-bedrock/mpack-next": "0.0.25",
    "@react-native-bedrock/style-utils": "0.0.25",
    "es-toolkit": "^1.34.1",
    "react-native-url-polyfill": "1.3.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "fbde03d4d9a1febc90124311f38f03bcc51a54a3"
}
