{
  "name": "offix-datastore",
  "version": "0.4.0",
  "main": "dist/index.js",
  "types": "types/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aerogear/offix.git"
  },
  "license": "Apache-2.0",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc",
    "lint-fix": "eslint \"./src/**/*.ts\" \"./tests/**/*.ts\" --fix",
    "test": "jest",
    "watch": "tsc --watch",
    "size": "size-limit",
    "size:why": "size-limit --why"
  },
  "peerDependencies": {
    "react": "17.0.1"
  },
  "peerDependenciesMeta": {
    "react": {
      "optional": true
    }
  },
  "devDependencies": {
    "@size-limit/preset-small-lib": "4.9.2",
    "@types/jest": "26.0.20",
    "@types/json-schema": "7.0.7",
    "@types/react-dom": "17.0.1",
    "@types/traverse": "0.6.32",
    "@types/uuid": "8.3.0",
    "@types/websql": "0.0.27",
    "apollo-server": "2.21.0",
    "debug": "4.3.1",
    "fake-indexeddb": "3.1.2",
    "isomorphic-unfetch": "3.1.0",
    "jest": "26.6.3",
    "react": "17.0.1",
    "size-limit": "4.9.2",
    "supports-color": "8.1.1",
    "ts-jest": "26.5.1",
    "typescript": "4.1.5"
  },
  "dependencies": {
    "graphql-tag": "2.11.0",
    "react-native-sqlite-2": "3.1.1",
    "subscriptions-transport-ws": "0.9.18",
    "tiny-invariant": "1.1.0",
    "traverse": "0.6.6",
    "urql": "1.11.6",
    "uuid": "8.3.2",
    "websql": "1.0.0",
    "wonka": "4.0.15",
    "zen-observable": "0.8.15"
  }
}
