{
  "name": "n8n-nodes-creatio",
  "version": "0.4.0",
  "description": "Connect n8n to Creatio CRM platform. Create, read, update, and delete records in any Creatio entity with dynamic field selection and OData filtering.",
  "keywords": [
    "n8n-community-node-package",
    "creatio",
    "architechts",
    "crm"
  ],
  "license": "BSL-1.1",
  "homepage": "https://github.com/Architechts/n8n-nodes-creatio",
  "author": {
    "name": "Bohdain Kroes",
    "email": "bohdain.kroes@architechts.nl"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Architechts/n8n-nodes-creatio"
  },
  "engines": {
    "node": ">=22"
  },
  "main": "index.js",
  "scripts": {
    "clean": "rimraf dist .tsbuildinfo",
    "build": "rimraf dist .tsbuildinfo && tsc && gulp build:icons",
    "dev": "tsc --watch",
    "format": "prettier nodes credentials --write",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "test": "jest",
    "test:watch": "jest --watch",
    "prepublishOnly": "npm run build && npm run lint"
  },
  "files": [
    "dist"
  ],
  "n8n": {
    "n8nNodesApiVersion": 1,
    "credentials": [
      "dist/credentials/CreatioApi.credentials.js",
      "dist/credentials/CreatioOAuth2Api.credentials.js"
    ],
    "nodes": [
      "dist/nodes/Creatio/Creatio.node.js"
    ]
  },
  "devDependencies": {
    "@n8n/eslint-plugin-community-nodes": "0.17.0",
    "@types/jest": "^29.5.0",
    "eslint": "^9.29.0",
    "eslint-plugin-n8n-nodes-base": "^1.16.6",
    "gulp": "^4.0.2",
    "jest": "^29.5.0",
    "n8n-workflow": "*",
    "prettier": "^3.6.2",
    "rimraf": "^6.0.1",
    "ts-jest": "^29.1.0",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.60.0"
  },
  "peerDependencies": {
    "n8n-workflow": "*"
  },
  "dependencies": {
  }
}
