{
  "name": "n8n-nodes-quipu",
  "version": "0.1.1",
  "description": "Quipu integration for n8n - invoice and taxes software for freelancers and companies",
  "keywords": [
    "n8n-community-node-package",
    "quipu",
    "invoicing",
    "accounting",
    "taxes"
  ],
  "license": "MIT",
  "homepage": "https://github.com/aldoborrero/n8n-nodes-quipu",
  "author": {
    "name": "Aldo Borrero",
    "email": "aldo@aldoborrero.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/aldoborrero/n8n-nodes-quipu.git"
  },
  "engines": {
    "node": ">=18.10"
  },
  "main": "index.js",
  "scripts": {
    "build": "tsc && gulp build:icons",
    "dev": "tsc --watch"
  },
  "files": [
    "dist"
  ],
  "n8n": {
    "n8nNodesApiVersion": 1,
    "credentials": [
      "dist/credentials/QuipuApi.credentials.js"
    ],
    "nodes": [
      "dist/nodes/Quipu/Quipu.node.js"
    ]
  },
  "devDependencies": {
    "@typescript-eslint/parser": "^7.15.0",
    "eslint": "^8.56.0",
    "eslint-plugin-n8n-nodes-base": "^1.16.1",
    "gulp": "^4.0.2",
    "prettier": "^3.3.2",
    "typescript": "^5.5.3"
  },
  "peerDependencies": {
    "n8n-workflow": "*"
  },
  "dependencies": {
    "@devlikeapro/n8n-openapi-node": "^0.1.4"
  }
}
