{
  "name": "n8n-nodes-umsatzio",
  "version": "1.1.0",
  "description": "Connect n8n with Umsatz.io (powerd by Jörg Sebening - joergsebening.de)",
  "type": "commonjs",
  "keywords": [
    "n8n-community-node-package",
    "umsatzio"
  ],
  "license": "MIT",
  "homepage": "https://github.com/rjsebening/n8n-nodes-umsatzio",
  "author": {
    "name": "Jörg Sebening",
    "email": "dev@joerg-sebening.com"
  },
  "bugs": {
    "url": "https://github.com/rjsebening/n8n-nodes-umsatzio/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rjsebening/n8n-nodes-umsatzio.git"
  },
  "engines": {
    "node": ">=20.15"
  },
  "main": "index.js",
  "scripts": {
    "build": "npx rimraf dist && tsc && gulp build:icons",
    "dev": "tsc --watch",
    "format": "prettier nodes credentials --write",
    "lint": "eslint nodes credentials --ext .ts",
    "lint:fix": "eslint nodes credentials --ext .ts --fix",
    "lint:all": "npm run lint && npm run lint:node",
    "lint:scan": "node scripts/scan-local.mjs"
  },
  "files": [
    "dist",
    "!dist/**/*.map",
    "!dist/tsconfig.tsbuildinfo",
    "README.md",
    "LICENSE.md"
  ],
  "n8n": {
    "n8nNodesApiVersion": 1,
    "credentials": [
      "dist/credentials/UmsatzIoApi.credentials.js"
    ],
    "nodes": [
      "dist/nodes/UmsatzIo/UmsatzIo.node.js",
      "dist/nodes/UmsatzIo/triggers/UmsatzIoTrigger.node.js"
    ]
  },
  "devDependencies": {
    "@types/node": "^24.10.1",
    "@typescript-eslint/parser": "~8.32.0",
    "conventional-changelog-cli": "^5.0.0",
    "eslint": "^8.57.0",
    "eslint-plugin-n8n-nodes-base": "^1.16.3",
    "gulp": "^5.0.0",
    "package-json-from-dist": "^1.0.1",
    "prettier": "^3.5.3",
    "typescript": "^5.8.3"
  },
  "peerDependencies": {
    "n8n-workflow": "*"
  },
  "publishConfig": {
    "access": "public"
  }
}
