{
  "name": "n8n-nodes-keitaro",
  "version": "1.4.4",
  "description": "Полноценная интеграция с Keitaro Tracker API для n8n",
  "keywords": [
    "n8n-community-node-package",
    "keitaro",
    "tracker",
    "affiliate",
    "marketing",
    "analytics"
  ],
  "license": "MIT",
  "homepage": "https://keitaro.io",
  "author": {
    "name": "George Tuskaev",
    "email": "viven260@gmail.com"
  },
  "main": "index.js",
  "scripts": {
    "build": "tsc && gulp build:icons",
    "dev": "tsc --watch",
    "format": "prettier nodes credentials --write",
    "lint": "eslint \"nodes/**/*.ts\" \"credentials/**/*.ts\"",
    "lintfix": "eslint \"nodes/**/*.ts\" \"credentials/**/*.ts\" package.json --fix",
    "prepublishOnly": "npm run build && npm run lint -c .eslintrc.prepublish.js"
  },
  "files": [
    "dist",
    "index.js",
    "nodes",
    "credentials"
  ],
  "n8n": {
    "n8nNodesApiVersion": 1,
    "credentials": [
      "dist/credentials/KeitaroApi.credentials.js"
    ],
    "nodes": [
      "dist/nodes/Keitaro/Keitaro.node.js"
    ]
  },
  "devDependencies": {
    "@types/express": "^4.17.17",
    "@types/request-promise-native": "~1.0.18@",
    "@typescript-eslint/eslint-plugin": "^8.32.1",
    "@typescript-eslint/parser": "~5.45",
    "eslint": "^8.56.0",
    "eslint-plugin-n8n-nodes-base": "^1.11.0",
    "gulp": "^4.0.2",
    "n8n-core": "~0.125.0",
    "n8n-workflow": "~0.107.0",
    "prettier": "^2.7.1",
    "typescript": "~4.8.4"
  },
  "dependencies": {
    "n8n-nodes-base": "~0.125.0"
  }
}
