{
  "name": "@joshuanode/n8n-nodes-ringcentral",
  "version": "1.2.0",
  "description": "n8n node for RingCentral API integration with comprehensive support for SMS, Voice, Fax, Meetings, Team Messaging, and more",
  "keywords": [
    "n8n-community-node-package",
    "n8n",
    "ringcentral",
    "sms",
    "voice",
    "telephony",
    "fax",
    "meetings",
    "team-messaging"
  ],
  "license": "MIT",
  "homepage": "https://github.com/ajoshuasmith/n8n-nodes-ringcentral",
  "author": {
    "name": "Joshua Smith",
    "email": "ajoshuasmith@users.noreply.github.com"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ajoshuasmith/n8n-nodes-ringcentral.git"
  },
  "engines": {
    "node": ">=18.10",
    "pnpm": ">=9.1"
  },
  "packageManager": "pnpm@9.1.4",
  "main": "dist/index.js",
  "scripts": {
    "dev": "n8n start",
    "build": "tsc && gulp build:icons",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "format": "prettier --write .",
    "typecheck": "tsc --noEmit"
  },
  "files": [
    "dist"
  ],
  "n8n": {
    "n8nNodesApiVersion": 1,
    "credentials": [
      "dist/credentials/RingCentralOAuth2Api.credentials.js"
    ],
    "nodes": [
      "dist/nodes/RingCentral/RingCentral.node.js",
      "dist/nodes/RingCentral/RingCentralTrigger.node.js"
    ]
  },
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^7.0.0",
    "@typescript-eslint/parser": "^7.0.0",
    "eslint": "^8.56.0",
    "eslint-plugin-n8n-nodes-base": "^1.16.1",
    "gulp": "^4.0.2",
    "n8n": "^1.0.0",
    "prettier": "^3.2.0",
    "typescript": "^5.3.0"
  },
  "peerDependencies": {
    "n8n-workflow": "*"
  },
  "dependencies": {}
}
