{
  "name": "offix-conflicts-client",
  "version": "0.15.7",
  "description": "adds client side conflict detection and resolution",
  "main": "dist/index.js",
  "types": "types/index.d.ts",
  "scripts": {
    "build": "tsc",
    "watch": "tsc --watch",
    "test": "jest",
    "size": "size-limit",
    "size:why": "size-limit --why",
    "postinstall": "node postinstall.js"
  },
  "devDependencies": {
    "@size-limit/preset-small-lib": "4.9.2",
    "@types/jest": "26.0.20",
    "@types/node": "12.20.1",
    "jest": "26.6.3",
    "size-limit": "4.9.2",
    "ts-jest": "26.5.1",
    "typescript": "4.1.5"
  },
  "peerDependencies": {
    "graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aerogear/offix.git"
  },
  "license": "Apache-2.0"
}
