@dotwee/node-red-supermemory
Version:
Node-RED nodes for interacting with the Supermemory.ai API
52 lines • 1.2 kB
JSON
{
"name": "@dotwee/node-red-supermemory",
"version": "1.0.2",
"description": "Node-RED nodes for interacting with the Supermemory.ai API",
"homepage": "https://github.com/dotWee/node-red-supermemory",
"bugs": {
"url": "https://github.com/dotWee/node-red-supermemory/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dotWee/node-red-supermemory.git"
},
"keywords": [
"node-red",
"supermemory.ai",
"supermemory",
"memory",
"ai",
"rag",
"vector",
"search"
],
"author": "Lukas Wolfsteiner",
"license": "WTFPL",
"dependencies": {
"axios": "^1.7.2"
},
"devDependencies": {
"node-red": "^3.1.0",
"node-red-node-test-helper": "^0.3.4",
"nock": "^13.5.4",
"mocha": "^10.4.0",
"should": "^13.2.3"
},
"engines": {
"node": ">=20.0.0"
},
"node-red": {
"version": ">=2.0.0",
"nodes": {
"supermemory-config": "src/supermemory-config.js",
"supermemory-add": "src/supermemory-add.js",
"supermemory-search": "src/supermemory-search.js"
}
},
"scripts": {
"test": "mocha \"test/**/*_spec.js\""
},
"publishConfig": {
"access": "public"
}
}