{
  "name": "n8n-nodes-rifad-appsheet",
  "version": "0.5.6",
  "description": "An n8n community node for interacting with the AppSheet API, including an AI Agent tool node",
  "main": "dist/index.js",
  "license": "MIT",
  "scripts": {
    "build": "tsc"
  },
  "keywords": [
    "n8n-community-node-package",
    "n8n",
    "appsheet",
    "automation"
  ],
  "author": "Mohammed Rifad <rifadm817@gmail.com>",
  "devDependencies": {
    "@types/node": "^20.0.0",
    "n8n-workflow": "^1.82.0",
    "typescript": "^5.0.0"
  },
  "n8n": {
    "credentials": [
      "dist/credentials/AppSheetApi.credentials.js"
    ],
    "nodes": [
      "dist/nodes/AppSheet/AppSheet.node.js"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rifadm817/n8n-nodes-rifad-appsheet.git"
  },
  "publishConfig": {
    "access": "public"
  }
}
