{
  "name": "@frontend-sdk/gorgias",
  "version": "0.26.0",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "repository": "https://github.com/getshogun/frontend-integrations",
  "bugs": {
    "url": "https://github.com/getshogun/frontend-integrations/issues"
  },
  "author": "Shogun",
  "license": "MIT",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build:tsc": "tsc -p ./tsconfig.build.json",
    "build": "yarn build:tsc",
    "start:tsc": "yarn build:tsc -w",
    "start": "yarn start:tsc",
    "typedoc": "typedoc --tsconfig ./tsconfig.build.json",
    "prepublishOnly": "yarn build",
    "version": "yarn typedoc && git add docs"
  },
  "devDependencies": {
    "@types/faker": "^5.5.6",
    "faker": "^5.5.3",
    "typedoc": "^0.21.0",
    "typedoc-plugin-markdown": "^3.4.5",
    "typescript": "^4.1.3",
    "zod": "^3.0.0"
  },
  "peerDependencies": {
    "@types/react": "^17.0.0",
    "react": "^17.0.0"
  },
  "dependencies": {
    "tslib": "^2.1.0"
  },
  "gitHead": "b52ce840e3a200f3cc14079d3107ce38a82a5476"
}
