{
    "name": "evolution-api-client",
    "version": "1.0.0",
    "description": "",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "scripts": {
        "build": "tsc",
        "test": "bun test",
        "prepare": "npm run build"
    },
    "keywords": [
        "whatsapp",
        "api",
        "evolution",
        "typescript"
    ],
    "author": "Jordan Carvalho",
    "license": "MIT",
    "dependencies": {
        "axios": "^1.6.7"
    },
    "devDependencies": {
        "@types/node": "^20.11.24",
        "bun-types": "^1.0.29",
        "typescript": "^5.3.3"
    }
}