{
  "name": "@sane-shopify/sync-utils",
  "version": "0.24.0",
  "description": "Syncing utility for Node & the browser",
  "author": "Joseph Thomas | Good Idea Studio",
  "homepage": "https://github.com/good-idea/sane-shopify#readme",
  "license": "MIT",
  "files": [
    "dist"
  ],
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "typings": "dist/index.d.ts",
  "types": "dist/index.d.ts",
  "scripts": {
    "fix": "run-s fix:*",
    "fix:prettier": "prettier \"src/**/*.ts\" --write --loglevel warn",
    "fix:lint": "eslint --fix ./src/**/*.ts",
    "setup": "yalc publish",
    "test": "run-s test:tsc test:lint test:unit",
    "test:tsc": "tsc --noEmit",
    "test:lint": "eslint ./src/**/*.ts && prettier \"src/**/*.ts\" --list-different",
    "test:unit": "jest --passWithNoTests",
    "test:coverage": "jest --collectCoverage",
    "test:watch": "jest --watch",
    "test:coverage:open": "yarn test:unit && opn coverage/lcov-report/index.html",
    "test:coverage:send": "codecov",
    "test-fetch": "ts-node ./src/scripts/test-fetch.ts",
    "tsc-watch": "tsc-watch --noEmit",
    "start": "tsdx watch --onSuccess 'yalc publish --push --no-scripts'",
    "build": "rimraf lib && tsc --noEmit && tsdx build --transpileOnly",
    "prepublishOnly": "yarn build"
  },
  "keywords": [
    "shopify",
    "sanity"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/good-idea/sane-shopify.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "bugs": {
    "url": "https://github.com/good-idea/sane-shopify/issues"
  },
  "dependencies": {
    "@good-idea/leaky-bucket": "^3.1.2",
    "@good-idea/unwind-edges": "^1.5.3",
    "@sane-shopify/types": "^0.24.0",
    "atob": "^2.1.2",
    "btoa": "^1.2.1",
    "cross-fetch": "^3.1.4",
    "debug": "^4.3.1",
    "deepmerge": "^4.2.2",
    "es6-promise": "^4.2.8",
    "graphql-tag": "^2.11.0",
    "isomorphic-fetch": "^3.0.0",
    "p-queue": "^6.6.2",
    "uuid": "^8.3.2",
    "xstate": "^4.18.0"
  },
  "peerDependencies": {
    "@sanity/client": "^2.8.0"
  },
  "devDependencies": {
    "@sanity/client": "^2.7.0",
    "@types/atob": "^2.1.2",
    "@types/btoa": "^1.2.3",
    "@types/debug": "^4.1.5",
    "@types/isomorphic-fetch": "^0.0.35",
    "@types/uuid": "^8.3.0",
    "react-hot-loader": "^4.13.0"
  },
  "gitHead": "a59d6be968270d45bfb3a3a7c53050b40253a458"
}
