{
  "name": "@workgrid/client",
  "version": "0.1.2",
  "main": "dist/client.js",
  "types": "dist/client.d.ts",
  "files": [
    "dist",
    "docs"
  ],
  "scripts": {
    "clean": "rm -rf dist docs temp",
    "build": "yarn clean && rollup -c",
    "postbuild": "yarn api:extract && yarn api:document",
    "type-check": "tsc --noEmit",
    "api:extract": "api-extractor run",
    "api:document": "api-documenter markdown -i temp -o docs"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Workgrid/workgrid-javascript"
  },
  "dependencies": {
    "lodash": "^4.17.11",
    "react-query": "^3.12.2"
  },
  "devDependencies": {
    "@types/lodash": "^4.14.149",
    "msw": "^0.27.1"
  },
  "eslintConfig": {
    "extends": [
      "./eslint.config.js"
    ]
  },
  "license": "ISC"
}
