{
  "name": "@kadam-net/n8n-nodes-kadam",
  "version": "1.5.4",
  "description": "Kadam node for n8n to manage campaigns, creatives, and more.",
  "keywords": [
    "n8n-community-node-package",
    "kadam",
    "advertising",
    "api",
    "integration",
    "marketing"
  ],
  "license": "MIT",
  "homepage": "https://github.com/kadam-official/n8n-nodes-kadam",
  "author": {
    "name": "Kadam",
    "email": "support@kadam.net"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kadam-official/n8n-nodes-kadam.git"
  },
  "main": "index.js",
  "scripts": {
    "preinstall": "npx only-allow pnpm",
    "build": "tsc && gulp build:icons",
    "dev": "tsc --watch",
    "format": "prettier nodes credentials --write",
    "lint": "eslint ./nodes/**/*.ts ./credentials/**/*.ts package.json",
    "lintfix": "eslint nodes credentials package.json --fix",
    "prepublishOnly": "pnpm build && pnpm lint"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "n8n": {
    "n8nNodesApiVersion": 1,
    "credentials": [
      "dist/credentials/Kadam.credentials.js"
    ],
    "nodes": [
      "dist/nodes/Kadam/Kadam.node.js"
    ]
  },
  "devDependencies": {
    "@types/axios": "^0.14.0",
    "@types/jest": "^29.0.0",
    "@types/node": "^20.0.0",
    "@typescript-eslint/parser": "^7.15.0",
    "eslint": "^8.56.0",
    "eslint-plugin-n8n-nodes-base": "^1.16.1",
    "gulp": "^4.0.2",
    "jest": "^29.0.0",
    "prettier": "^3.3.2",
    "typescript": "^5.0.0"
  },
  "dependencies": {
    "axios": "^1.6.0",
    "form-data": "^4.0.0"
  },
  "peerDependencies": {
    "n8n-workflow": "*"
  }
}
