{
  "name": "@warcraft14115/chatwoot-sdk",
  "version": "0.0.6",
  "description": "SDK for JS/Typescript for Chatwoot.",
  "repository": {
    "type": "git",
    "url": "https://github.com/figurolatam/chatwoot-sdk.git"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**/*"
  ],
  "scripts": {
    "format": "bun run  -- prettier --write ./src --loglevel warn",
    "lint": "bun run  -- eslint ./src --ext .ts --fix",
    "build": "bun run  tsc -b --clean && bun run -- tsc --declaration && git add . && git commit -m 'update' && npm version patch && npm publish",
    "test": "echo \"Error: no test specified\" && exit 1",
    "release": "bun run  -- release-it"
  },
  "keywords": [
    "chatwoot"
  ],
  "author": "Figuro <engineering@figuro.la> (https://figuro.la)",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@types/node": "^18.7.16",
    "@typescript-eslint/eslint-plugin": "^5.36.2",
    "@typescript-eslint/parser": "^5.36.2",
    "eslint": "^8.23.0",
    "prettier": "^2.7.1",
    "release-it": "^15.4.1",
    "typescript": "^4.8.3"
  },
  "dependencies": {
    "axios": "^0.27.2"
  }
}
