UNPKG

@solufy/evolution-sdk

Version:

Unofficial SDK for the Evolution Whatsapp API v2

65 lines 1.46 kB
{ "name": "@solufy/evolution-sdk", "version": "1.0.2", "description": "Unofficial SDK for the Evolution Whatsapp API v2", "type": "module", "main": "./lib/src.cjs", "module": "./lib/src.mjs", "types": "./lib/src.d.mts", "exports": { ".": { "import": { "types": "./lib/src.d.mts", "default": "./lib/src.mjs" }, "require": { "types": "./lib/src.d.cts", "default": "./lib/src.cjs" } } }, "files": [ "lib" ], "engines": { "node": ">=18.0.0" }, "dependencies": { "libphonenumber-js": "^1.12.37", "zod": "^4.3.6" }, "devDependencies": { "@biomejs/biome": "^2.4.2", "@changesets/cli": "^2.29.8", "@types/node": "^25.2.3", "tsdown": "^0.20.3", "typescript": "^5.9.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": "tsdown ./src", "lint": "biome check --write .", "lint:ci": "biome check ." } }