{
  "name": "expo-sqlite",
  "version": "7.0.0",
  "description": "Provides access to a database that can be queried through a WebSQL-like API (https://www.w3.org/TR/webdatabase/). The database is persisted across restarts of your app.",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "sideEffects": false,
  "scripts": {
    "build": "expo-module build",
    "clean": "expo-module clean",
    "lint": "expo-module lint",
    "test": "expo-module test",
    "prepare": "expo-module prepare",
    "prepublishOnly": "expo-module prepublishOnly",
    "expo-module": "expo-module"
  },
  "keywords": [
    "react-native",
    "expo",
    "sqlite",
    "websql",
    "sql"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/expo/expo.git",
    "directory": "packages/expo-sqlite"
  },
  "bugs": {
    "url": "https://github.com/expo/expo/issues"
  },
  "author": "650 Industries, Inc.",
  "license": "MIT",
  "homepage": "https://docs.expo.io/versions/latest/sdk/sqlite/",
  "jest": {
    "preset": "expo-module-scripts"
  },
  "unimodulePeerDependencies": {
    "@unimodules/core": "*"
  },
  "dependencies": {
    "@expo/websql": "^1.0.1",
    "@types/websql": "^0.0.27",
    "lodash": "^4.17.15"
  },
  "devDependencies": {
    "expo-module-scripts": "~1.1.1"
  },
  "gitHead": "4e13b3cb88d9205f14bee7764038ab2dd9ef1fbd"
}