{
  "name": "n8n-nodes-late",
  "version": "0.7.1",
  "description": "n8n community node for Zernio API - Schedule and manage social media posts across 13 platforms: Twitter/X, Instagram, Facebook, LinkedIn, TikTok, YouTube, Threads, Bluesky, Pinterest, Reddit, Telegram, Google Business, and Snapchat",
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc && npm run copy-assets",
    "copy-assets": "cp late/zernio-logo.svg dist/late/ && cp late/late-logo.svg dist/late/",
    "dev": "tsc --watch",
    "lint": "eslint --ext .ts .",
    "lintfix": "eslint --ext .ts . --fix",
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepack": "npm run build && npm run lint"
  },
  "keywords": [
    "n8n-community-node-package",
    "n8n",
    "zernio",
    "social-media",
    "api",
    "twitter",
    "instagram",
    "facebook",
    "linkedin",
    "tiktok",
    "youtube",
    "threads",
    "bluesky",
    "pinterest",
    "reddit",
    "telegram",
    "googlebusiness",
    "snapchat",
    "webhooks",
    "queue",
    "scheduling",
    "automation",
    "bulk-upload",
    "analytics",
    "logs"
  ],
  "author": {
    "name": "Zernio",
    "email": "miki@zernio.com",
    "url": "https://zernio.com"
  },
  "license": "MIT",
  "homepage": "https://github.com/zernio-dev/n8n-nodes-zernio#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/zernio-dev/n8n-nodes-zernio.git"
  },
  "bugs": {
    "url": "https://github.com/zernio-dev/n8n-nodes-zernio/issues"
  },
  "n8n": {
    "n8nNodesApiVersion": 1,
    "credentials": [
      "dist/credentials/LateNode.credentials.js"
    ],
    "nodes": [
      "dist/late/Late.node.js"
    ]
  },
  "files": [
    "dist"
  ],
  "dependencies": {},
  "peerDependencies": {
    "n8n-workflow": "*"
  },
  "devDependencies": {
    "typescript": "^5.0.0",
    "@types/node": "^18.0.0",
    "eslint": "^8.0.0",
    "@typescript-eslint/eslint-plugin": "^6.0.0",
    "@typescript-eslint/parser": "^6.0.0",
    "eslint-plugin-n8n-nodes-base": "^1.0.0"
  }
}
