{
  "name": "@mobilon-dev/gigachat-api-client",
  "version": "0.0.4",
  "description": "",
  "main": "dist/index",
  "scripts": {
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "test:verbose": "jest --verbose",
    "build": "tsc && npm run docs:build",
    "lint-fix": "eslint --fix . --ext .ts",
    "docs:build": "npx typedoc",
    "docs:view": "http-server ./docs/"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@microsoft/fetch-event-source": "^2.0.1",
    "axios": "^1.13.2",
    "axios-logger": "^2.8.1",
    "qs": "^6.14.1",
    "uuid": "^11.1.0"
  },
  "devDependencies": {
    "@types/jest": "^30.0.0",
    "@types/node": "^22.19.7",
    "jest": "^30.2.0",
    "ts-jest": "^29.4.6",
    "typescript": "^5.9.3"
  }
}
