UNPKG

n8n-nodes-memory-box

Version:
57 lines (56 loc) 1.38 kB
{ "name": "n8n-nodes-memory-box", "version": "0.1.0", "description": "n8n node for Memory Box API integration", "keywords": [ "n8n-community-node-package", "memory-box", "semantic-memory", "vector-database" ], "license": "MIT", "homepage": "https://github.com/amotivv/n8n-nodes-memory-box", "author": { "name": "amotivv, inc.", "email": "ai@amotivv.com" }, "repository": { "type": "git", "url": "https://github.com/amotivv/n8n-nodes-memory-box.git" }, "main": "index.js", "scripts": { "build": "tsc && gulp build:icons", "dev": "tsc --watch", "format": "prettier --write .", "lint": "eslint nodes credentials --ext .ts", "lintfix": "eslint nodes credentials --ext .ts --fix" }, "files": [ "dist" ], "n8n": { "n8nNodesApiVersion": 1, "credentials": [ "dist/credentials/MemoryBoxApi.credentials.js" ], "nodes": [ "dist/nodes/MemoryBox.node.js" ] }, "devDependencies": { "@types/express": "^4.17.18", "@types/request-promise-native": "^1.0.17", "@typescript-eslint/parser": "^5.62.0", "eslint-plugin-n8n-nodes-base": "^1.16.1", "gulp": "^4.0.2", "n8n-core": "^1.1.0", "n8n-workflow": "^1.1.0", "prettier": "^3.0.3", "typescript": "^5.2.2" }, "dependencies": { "axios": "^1.5.0", "chokidar": "^3.5.3" } }