{
  "name": "n8n-nodes-tess-ai-by-pareto",
  "version": "1.1.13",
  "description": "n8n community node for interacting with the Tess API by Pareto",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "n8n": {
    "nodes": [
      "dist/index.js"
    ],
    "credentials": [
      "dist/credentials/TessApi.credentials.js"
    ]
  },
  "scripts": {
    "build": "tsc"
  },
  "keywords": [
    "n8n",
    "workflow",
    "automation",
    "tess",
    "pareto",
    "community-node"
  ],
  "author": "Pareto",
  "license": "MIT",
  "dependencies": {
    "n8n-workflow": "^1.0.0",
    "node-fetch": "^2.6.7"
  },
  "devDependencies": {
    "typescript": "^5.2.0",
    "@types/node": "^18.0.0"
  }
}
