{
  "name": "@maxhub/max-bot-api",
  "version": "0.3.1",
  "description": "Max Bot Framework",
  "repository": "https://github.com/max-messenger/max-bot-api-client-ts",
  "author": "Juice Development",
  "license": "MIT",
  "engines": {
    "node": ">=20.19.0"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "./dist/"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./types": {
      "types": "./dist/types.d.ts",
      "default": "./dist/types.js"
    }
  },
  "typesVersions": {
    "*": {
      "types": [
        "./dist/types.d.ts"
      ]
    }
  },
  "scripts": {
    "clean": "node -e \"require('node:fs').rmSync('dist', { recursive: true, force: true })\"",
    "build": "npm run clean && tsc",
    "lint": "eslint .",
    "test:examples": "tsc -p tsconfig.examples.json",
    "test": "npm run build && npm run test:examples && node --test tests/*.test.js",
    "release": "release-it",
    "release:dry": "release-it --dry-run"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@release-it/conventional-changelog": "^12.0.0",
    "@types/debug": "^4.1.13",
    "@types/node": "^26.4.0",
    "@types/vcf": "^2.0.7",
    "eslint": "^10.9.0",
    "eslint-plugin-import-x": "^4.0.0",
    "globals": "^17.11.0",
    "nodemon": "^3.1.14",
    "release-it": "^21.0.2",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.24.1"
  },
  "dependencies": {
    "debug": "^4.4.3",
    "form-data": "^4.0.6",
    "vcf": "^2.1.2"
  },
  "overrides": {
    "flatted": "^3.4.4",
    "picomatch": "^2.3.2",
    "@typescript-eslint/typescript-estree": {
      "minimatch": "^9.0.9"
    }
  }
}
