{
  "name": "docuseal",
  "version": "1.0.4",
  "description": "DocuSeal CLI — manage esignature templates, submissions, and submitters from the terminal",
  "type": "module",
  "homepage": "https://www.docuseal.com",
  "author": "DocuSeal <support@docuseal.com>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/docusealco/docuseal-cli.git"
  },
  "bin": {
    "docuseal": "bin/run.js"
  },
  "scripts": {
    "dev": "node src/index.js",
    "build": "esbuild src/index.js --bundle --outfile=dist/index.js --platform=node --format=esm --packages=external",
    "test": "node --test tests/*.test.js",
    "prepublishOnly": "npm test && npm run build"
  },
  "files": [
    "dist",
    "bin",
    "skills"
  ],
  "keywords": [
    "docuseal",
    "cli",
    "esign",
    "pdf",
    "signing",
    "documents"
  ],
  "license": "MIT",
  "devDependencies": {
    "esbuild": "^0.27.4"
  },
  "dependencies": {
    "@docuseal/api": "^1.0.24",
    "commander": "^13.0.0",
    "qs": "^6.15.0"
  }
}
