{
  "name": "n8n-nodes-leanplum",
  "version": "1.0.0",
  "description": "A comprehensive n8n community node for Leanplum providing 10 resources and 90+ operations for multi-channel customer engagement, mobile marketing automation, push notifications, in-app messaging, and behavioral analytics.",
  "license": "BUSL-1.1",
  "author": {
    "name": "Velocity BPA",
    "email": "licensing@velobpa.com",
    "url": "https://velobpa.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Velocity-BPA/n8n-nodes-leanplum.git"
  },
  "homepage": "https://github.com/Velocity-BPA/n8n-nodes-leanplum#readme",
  "bugs": {
    "url": "https://github.com/Velocity-BPA/n8n-nodes-leanplum/issues"
  },
  "keywords": [
    "n8n",
    "n8n-community-node-package",
    "leanplum",
    "mobile-marketing",
    "push-notifications",
    "in-app-messaging",
    "customer-engagement",
    "marketing-automation",
    "ab-testing",
    "user-segmentation",
    "analytics"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "n8n": {
    "n8nNodesApiVersion": 1,
    "credentials": [
      "dist/credentials/LeanplumApi.credentials.js"
    ],
    "nodes": [
      "dist/nodes/Leanplum/Leanplum.node.js",
      "dist/nodes/Leanplum/LeanplumTrigger.node.js"
    ]
  },
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "@types/node": "^20.11.0",
    "@typescript-eslint/eslint-plugin": "^6.19.0",
    "@typescript-eslint/parser": "^6.19.0",
    "eslint": "^8.56.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-n8n-nodes-base": "^1.16.1",
    "gulp": "^4.0.2",
    "jest": "^29.7.0",
    "n8n-workflow": "^1.23.0",
    "prettier": "^3.2.4",
    "rimraf": "^5.0.5",
    "ts-jest": "^29.1.2",
    "typescript": "^5.3.3"
  },
  "peerDependencies": {
    "n8n-workflow": ">=1.0.0"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "scripts": {
    "prebuild": "rimraf dist",
    "build": "tsc && gulp build:icons",
    "dev": "tsc --watch",
    "format": "prettier --write \"**/*.ts\"",
    "lint": "eslint . --ext .ts",
    "lint:fix": "eslint . --ext .ts --fix",
    "test": "jest",
    "test:coverage": "jest --coverage"
  }
}