{
  "name": "react-native-onyx",
  "version": "3.0.74",
  "author": "Expensify, Inc.",
  "homepage": "https://expensify.com",
  "description": "State management for React Native",
  "license": "MIT",
  "private": false,
  "keywords": [
    "React Native",
    "React",
    "Persistent storage",
    "Pub/Sub"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Expensify/react-native-onyx.git"
  },
  "bugs": {
    "url": "https://github.com/Expensify/react-native-onyx/issues"
  },
  "files": [
    "dist/**/*",
    "API.md",
    "README.md",
    "LICENSE.md"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "prepare": "npm run build",
    "lint": "eslint .",
    "typecheck": "tsc --noEmit",
    "test": "jest",
    "test:types": "npm run build && tsc --noEmit --project tsconfig.test.json",
    "perf-test": "npx reassure",
    "build": "tsc -p tsconfig.build.json",
    "build:watch": "nodemon --watch lib --ext js,json,ts,tsx --exec \"npm run build && npm pack\"",
    "prebuild:docs": "npm run build",
    "build:docs": "ts-node buildDocs.ts",
    "lint-tests": "eslint tests/**",
    "prettier": "prettier --write .",
    "gh-actions-build": "./.github/scripts/buildActions.sh"
  },
  "dependencies": {
    "ascii-table": "0.0.9",
    "fast-equals": "^4.0.3",
    "lodash.bindall": "^4.4.0",
    "lodash.clone": "^4.5.0",
    "lodash.pick": "^4.4.0",
    "lodash.transform": "^4.6.0",
    "underscore": "^1.13.6"
  },
  "devDependencies": {
    "@actions/core": "^1.10.1",
    "@actions/github": "^6.0.1",
    "@jest/globals": "^29.7.0",
    "@lwc/eslint-plugin-lwc": "^3.3.0",
    "@ngneat/falso": "^7.3.0",
    "@react-native-community/eslint-config": "^3.2.0",
    "@react-native/babel-preset": "0.76.3",
    "@react-native/polyfills": "^2.0.0",
    "@testing-library/react-native": "^13.2.0",
    "@types/jest": "^29.5.14",
    "@types/jsdoc-to-markdown": "^7.0.6",
    "@types/lodash": "^4.14.202",
    "@types/node": "^20.11.5",
    "@types/react": "^18.2.14",
    "@types/react-native": "^0.70.0",
    "@types/underscore": "^1.11.15",
    "@typescript-eslint/eslint-plugin": "^8.51.0",
    "@typescript-eslint/parser": "^8.51.0",
    "@vercel/ncc": "0.38.1",
    "date-fns": "^4.1.0",
    "eslint": "^9.39.2",
    "eslint-config-expensify": "2.0.108",
    "eslint-config-prettier": "^9.1.0",
    "eslint-import-resolver-typescript": "^4.4.4",
    "eslint-plugin-import": "^2.31.0",
    "eslint-plugin-jsx-a11y": "^6.10.2",
    "eslint-plugin-react": "^7.37.5",
    "fake-indexeddb": "^6.2.5",
    "idb-keyval": "^6.2.1",
    "jest": "^29.7.0",
    "jest-cli": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "jsdoc-to-markdown": "^7.1.0",
    "nodemon": "^3.0.3",
    "prettier": "^2.8.8",
    "prop-types": "^15.7.2",
    "react": "18.2.0",
    "react-native": "0.76.3",
    "react-native-device-info": "^10.3.0",
    "react-native-nitro-modules": "^0.35.0",
    "react-native-nitro-sqlite": "^9.6.0",
    "react-test-renderer": "18.2.0",
    "reassure": "1.4.0",
    "ts-node": "^10.9.2",
    "type-fest": "^3.12.0",
    "typescript": "^5.9.2"
  },
  "peerDependencies": {
    "idb-keyval": "^6.2.1",
    "react": ">=18.1.0",
    "react-native": ">=0.75.0",
    "react-native-device-info": "^10.3.0",
    "react-native-nitro-modules": ">=0.35.0",
    "react-native-nitro-sqlite": "^9.6.0"
  },
  "peerDependenciesMeta": {
    "idb-keyval": {
      "optional": true
    },
    "react-native-nitro-modules": {
      "optional": true
    },
    "react-native-nitro-sqlite": {
      "optional": true
    },
    "react-native-device-info": {
      "optional": true
    }
  },
  "engines": {
    "node": ">=20.19.5",
    "npm": ">=10.8.2"
  },
  "sideEffects": false
}
