{
    "name": "boldsign",
    "version": "3.1.4",
    "description": "NodeJS client for boldsign",
    "keywords": [
        "boldsign",
        "api",
        "sdk",
        "boldsign api",
        "e-signature"
    ],
    "homepage": "https://boldsign.com/",
    "repository": {
        "type": "git",
        "url": "https://github.com/boldsign/boldsign-node-sdk.git"
    },
    "main": "dist/api.js",
    "types": "dist/api.d.ts",
    "scripts": {
        "clean": "rm -Rf node_modules/ *.js",
        "build": "tsc",
        "test": "npm run build && node dist/client.js"
    },
    "author": "BoldSign",
    "license": "MIT",
    "dependencies": {
        "@types/node": "^20.8.10",
        "axios": "^1.8.2",
        "bluebird": "^3.7.2",
        "dotenv": "^16.5.0",
        "form-data": "^4.0.0",
        "qs": "^6.10.3"
    },
    "overrides": {
        "@babel/helpers": "^7.26.10"
    },
    "devDependencies": {
        "@types/bluebird": "^3.5.33",
        "@types/jest": "^29.5.14",
        "@types/json-diff": "^1.0.3",
        "@types/qs": "^6.9.15",
        "axios-mock-adapter": "^1.20.0",
        "esbuild": "^0.25.2",
        "jest": "^29.7.0",
        "json-diff": "^0.7.1",
        "prettier": "2.5.1",
        "prettier-plugin-organize-imports": "^4.0.0",
        "ts-jest": "^29.3.2",
        "ts-node": "^10.9.1",
        "typescript": "^4.0 || ^5.0",
        "sinon": "^20.0.0"
    }
}