{
  "name": "@react-native-async-storage/sqlite-storage",
  "version": "0.0.1",
  "description": "Key-value persistent storage for React Native backed by SQLite",
  "main": "lib/commonjs/index",
  "module": "lib/module/index",
  "types": "lib/typescript/src/index.d.ts",
  "react-native": "src/index",
  "source": "src/index",
  "files": [
    "src",
    "lib",
    "android",
    "ios",
    "*.podspec",
    "!ios/build",
    "!android/build",
    "!android/gradle",
    "!android/gradlew",
    "!android/gradlew.bat",
    "!android/local.properties",
    "!tests",
    "!example",
    "!**/.*"
  ],
  "keywords": [
    "react-native",
    "async-storage",
    "sqlite",
    "storage",
    "ios",
    "android"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/react-native-async-storage/async-storage.git"
  },
  "author": "Krzysztof Borowy <contact@kborowy.com>",
  "license": "MIT",
  "homepage": "https://github.com/react-native-async-storage/async-storage",
  "scripts": {
    "prepare": "bob build",
    "test:unit": "jest",
    "test:ts": "tsc",
    "test:lint": "eslint $(git ls-files '*.js' '*.ts' '*.tsx')",
    "example:start": "react-native start"
  },
  "installConfig": {
    "hoistingLimits": "workspaces"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "peerDependencies": {
    "react-native": "^0.0.0-0 || >=0.69 <1.0"
  },
  "devDependencies": {
    "@babel/core": "^7.20.0",
    "@babel/preset-env": "^7.20.0",
    "@babel/runtime": "^7.20.0",
    "@react-native/babel-preset": "^0.73.0",
    "@rnx-kit/metro-config": "^1.3.14",
    "@types/jest": "^29.5.5",
    "@types/react": "^18.2.44",
    "eslint": "^8.51.0",
    "jest": "^29.7.0",
    "prettier": "^3.0.3",
    "react": "18.2.0",
    "react-native": "^0.73.0",
    "react-native-builder-bob": "^0.20.0",
    "react-native-test-app": "^3.7.3",
    "typescript": "^5.2.2"
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      [
        "typescript",
        {
          "project": "tsconfig.build.json"
        }
      ]
    ]
  }
}
