UNPKG

n8n-nodes-zep-v3

Version:

Community node: Zep Memory (v3) - AI Agent Memory for n8n

59 lines (58 loc) 1.5 kB
{ "name": "n8n-nodes-zep-v3", "version": "0.3.1", "description": "Community node: Zep Memory (v3) - AI Agent Memory for n8n", "keywords": [ "n8n-community-node-package", "zep", "memory", "ai", "agent", "langchain" ], "author": { "name": "Fabio Henrique", "email": "fabiohsan@gmail.com" }, "repository": { "type": "git", "url": "git+https://github.com/fabiohsan/n8n-nodes-zep-v3.git" }, "bugs": { "url": "https://github.com/fabiohsan/n8n-nodes-zep-v3/issues" }, "homepage": "https://github.com/fabiohsan/n8n-nodes-zep-v3#readme", "license": "MIT", "main": "index.js", "files": [ "index.js", "dist/**/*" ], "scripts": { "build": "tsc -p tsconfig.build.json && npm run copy-icons", "copy-icons": "cp nodes/ZepMemory/zep-logo.png dist/nodes/ZepMemory/", "watch": "tsc -w -p tsconfig.build.json", "lint": "eslint nodes credentials --ext .ts", "lintfix": "eslint nodes credentials --ext .ts --fix" }, "peerDependencies": { "n8n-workflow": ">=1.0.0" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^8.45.0", "@typescript-eslint/parser": "^8.45.0", "eslint": "^8.57.0", "eslint-plugin-n8n-nodes-base": "^1.16.0", "ts-node": "^10.9.2", "typescript": "^5.4.0" }, "n8n": { "n8nNodesApiVersion": 1, "credentials": [ "dist/credentials/ZepApiV3.credentials.js" ], "nodes": [ "dist/nodes/ZepMemory/ZepMemory.node.js" ] } }