{
    "name": "n8n-nodes-docuseal",
    "version": "1.0.9",
    "description": "Manage DocuSeal documents, templates, and submissions within n8n workflows.",
    "keywords": [
        "n8n-community-node-package",
        "n8n",
        "n8n-nodes",
        "docuseal",
        "document-signing",
        "document-management",
        "e-signature",
        "digital-signature",
        "pdf-forms",
        "forms",
        "pdf",
        "workflow",
        "automation",
        "api-integration",
        "typescript"
    ],
    "license": "MIT",
    "homepage": "https://www.docuseal.co",
    "author": {
        "name": "Serkan Haslak",
        "email": "serkan@pragmaticgrowth.com"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/serkanhaslak/n8n-nodes-docuseal.git"
    },
    "engines": {
        "node": ">=18.10",
        "pnpm": ">=9.1"
    },
    "packageManager": "pnpm@9.1.4",
    "main": "index.js",
    "scripts": {
        "build": "npm run clean && tsc && gulp build:icons",
        "build:watch": "tsc --watch",
        "build:prod": "npm run clean && tsc --build --verbose && gulp build:icons",
        "clean": "rimraf dist",
        "dev": "npm run build:watch",
        "format": "prettier --write .",
        "format:check": "prettier --check .",
        "lint": "eslint . --ext .ts,.js",
        "lint:fix": "eslint . --ext .ts,.js --fix",
        "lint:ci": "eslint . --ext .ts,.js --format junit --output-file reports/eslint.xml",
        "type-check": "tsc --noEmit",
        "type-check:watch": "tsc --noEmit --watch",
        "test": "jest",
        "test:watch": "jest --watch",
        "test:coverage": "jest --coverage",
        "test:ci": "jest --ci --coverage --reporters=default --reporters=jest-junit",
        "test:integration": "jest --testPathPattern=integration",
        "test:unit": "jest --testPathPattern=unit",
        "validate": "npm run type-check && npm run lint && npm run format:check && npm run test",
        "validate:ci": "npm run type-check && npm run lint:ci && npm run format:check && npm run test:ci",
        "precommit": "npm run validate",
        "prepush": "npm run validate",
        "prepublishOnly": "npm run validate && npm run build:prod",
        "postinstall": "npm run build",
        "security:audit": "npm audit --audit-level moderate",
        "security:fix": "npm audit fix",
        "deps:check": "npm outdated",
        "deps:update": "npm update",
        "release:patch": "npm version patch && npm publish",
        "release:minor": "npm version minor && npm publish",
        "release:major": "npm version major && npm publish",
        "version:patch": "node scripts/version.js patch",
        "version:minor": "node scripts/version.js minor",
        "version:major": "node scripts/version.js major",
        "publish:local": "node scripts/publish.js --skip-versioning",
        "release:patch:local": "node scripts/publish.js patch",
        "release:minor:local": "node scripts/publish.js minor",
        "release:major:local": "node scripts/publish.js major"
    },
    "files": [
        "dist/**/*",
        "index.js",
        "README.md",
        "LICENSE.md",
        "CHANGELOG.md"
    ],
    "n8n": {
        "n8nNodesApiVersion": 1,
        "credentials": [
            "dist/credentials/DocusealApi.credentials.js"
        ],
        "nodes": [
            "dist/nodes/Docuseal/DocusealApi.node.js",
            "dist/nodes/Docuseal/DocusealTrigger.node.js"
        ]
    },
    "devDependencies": {
        "@jest/globals": "30.0.0-beta.3",
        "@types/express": "^4.17.19",
        "@types/jest": "^29.5.14",
        "@types/node": "^18.19.0",
        "@types/request": "^2.48.8",
        "@types/request-promise-native": "^1.0.18",
        "@typescript-eslint/eslint-plugin": "^6.21.0",
        "@typescript-eslint/parser": "^6.21.0",
        "eslint": "^8.57.0",
        "eslint-plugin-n8n-nodes-base": "^1.16.0",
        "gulp": "^4.0.2",
        "jest": "^29.7.0",
        "jest-junit": "^16.0.0",
        "n8n-workflow": "~1.82.0",
        "prettier": "^3.2.5",
        "rimraf": "^5.0.5",
        "ts-jest": "^29.3.4",
        "typescript": "~5.3.3"
    },
    "dependencies": {
        "n8n-core": "~1.14.1"
    },
    "pnpm": {
        "overrides": {
            "decode-uri-component@<0.2.1": ">=0.2.1",
            "es5-ext@>=0.10.0 <0.10.63": ">=0.10.63",
            "xlsx@<0.20.2": ">=0.20.2",
            "mysql2@<3.9.4": ">=3.9.4",
            "mysql2@<3.9.7": ">=3.9.7",
            "mysql2@<3.9.8": ">=3.9.8",
            "axios@>=0.8.1 <0.28.0": ">=0.28.0",
            "braces@<3.0.3": ">=3.0.3",
            "mysql2@<3.9.3": ">=3.9.3",
            "@azure/identity@<4.2.1": ">=4.2.1",
            "micromatch@<4.0.8": ">=4.0.8",
            "semver@<5.7.2": ">=5.7.2",
            "snowflake-sdk@>=1.12.0 <=2.0.1": ">=2.0.2",
            "axios@<0.30.0": ">=0.30.0",
            "pdfjs-dist@<=4.1.392": ">=4.2.67",
            "snowflake-sdk@>=1.10.0 <=2.0.3": ">=2.0.4",
            "cross-spawn@>=7.0.0 <7.0.5": ">=7.0.5"
        }
    }
}
