{
  "name": "@solufy/evolution-sdk",
  "private": false,
  "version": "0.2.1",
  "description": "Unofficial SDK for the Evolution Whatsapp API v2",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "module": "lib/index.mjs",
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "libphonenumber-js": "^1.12.7",
    "zod": "^3.24.3"
  },
  "devDependencies": {
    "@biomejs/biome": "^1.9.4",
    "@changesets/cli": "^2.29.2",
    "@types/node": "^22.14.1",
    "tsup": "^8.4.0",
    "typescript": "^5.8.3"
  },
  "keywords": [
    "evolution",
    "api",
    "whatsapp",
    "baileys",
    "zap"
  ],
  "author": {
    "name": "João Gabriel Tonaco",
    "url": "https://github.com/joaotonaco"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/solufyapp/evolution-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/solufyapp/evolution-sdk/issues"
  },
  "homepage": "https://github.com/solufyapp/evolution-sdk#readme",
  "license": "MIT",
  "scripts": {
    "release": "pnpm build && changeset publish",
    "check-types": "tsc --noEmit",
    "build": "tsup ./src",
    "lint": "biome check --fix"
  }
}