{
  "name": "n8n-nodes-cove",
  "version": "1.5.0",
  "description": "n8n node to connect to Cove Data Protection API",
  "keywords": [
    "n8n-community-node-package",
    "cove",
    "backup",
    "data protection"
  ],
  "license": "MIT",
  "homepage": "https://github.com/redanthrax/cove-node",
  "author": {
    "name": "redanthrax",
    "email": "red@4c.gg"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/redanthrax/cove-node.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "packageManager": "pnpm@10.19.0",
  "engines": {
    "node": ">=22.22.3",
    "pnpm": ">=10.19.0"
  },
  "main": "index.js",
  "scripts": {
    "audit:supply-chain": "node scripts/check-supply-chain.mjs",
    "build": "pnpm exec rimraf dist && pnpm exec tsc && pnpm exec gulp build:icons",
    "dev": "pnpm exec tsc --watch",
    "format": "pnpm exec prettier nodes credentials --write",
    "lint": "pnpm exec eslint nodes credentials package.json",
    "lintfix": "pnpm exec eslint nodes credentials package.json --fix",
    "prepublishOnly": "pnpm run audit:supply-chain && pnpm run build && pnpm exec eslint -c eslint.config.prepublish.mjs nodes credentials package.json"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "n8n": {
    "n8nNodesApiVersion": 1,
    "credentials": [
      "dist/credentials/CoveDataProtectionApi.credentials.js"
    ],
    "nodes": [
      "dist/nodes/CoveDataProtection/CoveDataProtection.node.js"
    ]
  },
  "devDependencies": {
    "@n8n/eslint-plugin-community-nodes": "0.22.0",
    "@types/node": "26.0.1",
    "@typescript-eslint/parser": "8.62.1",
    "eslint": "10.6.0",
    "gulp": "5.0.1",
    "n8n-workflow": "2.28.1",
    "prettier": "3.8.4",
    "rimraf": "6.1.3",
    "typescript": "6.0.3"
  },
  "peerDependencies": {
    "n8n-workflow": "*"
  }
}
