{
  "name": "@culturehq/client",
  "version": "10.10.1",
  "description": "A JavaScript client that wraps the CultureHQ API",
  "main": "dist/client.js",
  "module": "src/client.js",
  "scripts": {
    "lint": "chq-scripts lint",
    "prepublishOnly": "rm -rf dist && babel src --out-dir dist --ignore '**/__tests__' && cp src/calls.json dist/calls.json",
    "test": "chq-scripts test"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:CultureHQ/client.git"
  },
  "author": "Kevin Deisz",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/CultureHQ/client/issues"
  },
  "homepage": "https://github.com/CultureHQ/client#readme",
  "dependencies": {
    "@rails/actioncable": "^6.0.1"
  },
  "devDependencies": {
    "@babel/cli": "^7.10.4",
    "@babel/core": "^7.10.4",
    "@babel/preset-env": "^7.10.4",
    "@culturehq/scripts": "^6.0.1",
    "isomorphic-fetch": "^3.0.0",
    "isomorphic-form-data": "^2.0.0",
    "prettier": "^2.0.3",
    "url-polyfill": "^1.1.6"
  },
  "eslintConfig": {
    "extends": [
      "@culturehq"
    ],
    "env": {
      "browser": true
    }
  }
}
