{
    "name": "@getbrevo/brevo",
    "version": "3.0.1",
    "description": "NodeJS client for @getbrevo/brevo",
    "repository": {
        "type": "git",
        "url": "https://github.com/getbrevo/brevo-node.git"
    },
    "main": "dist/api.js",
    "types": "dist/api.d.ts",
    "scripts": {
        "clean": "rm -Rf node_modules/ *.js",
        "build": "tsc"
    },
    "author": "Brevo",
    "license": "MIT",
    "dependencies": {
        "axios": "^1.6.8",
        "bluebird": "^3.5.0",
        "rewire": "^7.0.0"
    },
    "devDependencies": {
        "@types/bluebird": "^3.5.33",
        "@types/node": "^12.20.55",
        "typescript": "^4.0"
    }
}
