n8n-nodes-zep-stemx-memory
Version:
n8n community node for Zep AI Memory Service
59 lines • 1.37 kB
JSON
{
"name": "n8n-nodes-zep-stemx-memory",
"version": "1.0.4",
"description": "n8n community node for Zep AI Memory Service",
"keywords": [
"n8n-community-node-package",
"n8n",
"zep",
"memory",
"ai",
"rag",
"chatbot"
],
"license": "MIT",
"homepage": "",
"author": {
"name": "",
"email": ""
},
"repository": {
"type": "git",
"url": "git+https://github.com/your-username/n8n-nodes-zep-memory.git"
},
"main": "index.js",
"scripts": {
"build": "tsc && gulp build:icons",
"dev": "tsc --watch",
"format": "prettier nodes credentials --write",
"lint": "eslint nodes credentials",
"lintfix": "eslint nodes credentials --fix",
"prepublishOnly": "npm run build && npm run lint -s"
},
"files": [
"dist"
],
"n8n": {
"n8nNodesApiVersion": 1,
"credentials": [
"dist/credentials/ZepStemxApi.credentials.js"
],
"nodes": [
"dist/nodes/ZepMemory/ZepMemory.node.js"
]
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"eslint": "^8.57.1",
"eslint-plugin-n8n-nodes-base": "^1.11.0",
"gulp": "^4.0.2",
"n8n-workflow": "~1.20.0",
"prettier": "^2.7.1",
"typescript": "^4.8.4"
},
"peerDependencies": {
"n8n-workflow": "~1.20.0"
},
"dependencies": {}
}