UNPKG

@jeanmemory/node

Version:

Node.js SDK for Jean Memory - Power your Next.js and other Node.js backends with a perfect memory

44 lines 961 B
{ "name": "@jeanmemory/node", "version": "2.0.1", "description": "Node.js SDK for Jean Memory - Power your Next.js and other Node.js backends with a perfect memory", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", "files": [ "dist", "README.md" ], "scripts": { "build": "tsc", "dev": "tsc --watch", "prepublish": "npm run build", "test": "jest" }, "keywords": [ "jean-memory", "nodejs", "ai", "chatbot", "personalization", "backend", "nextjs" ], "author": "Jean Memory", "license": "MIT", "dependencies": {}, "devDependencies": { "@types/jest": "^29.5.12", "jest": "^29.7.0", "ts-jest": "^29.2.0", "typescript": "^5.6.0" }, "repository": { "type": "git", "url": "git+https://github.com/jean-technologies/jean-memory.git", "directory": "sdk/node" }, "homepage": "https://jeanmemory.com", "engines": { "node": ">=18.0.0" } }