jeanmemory-node
Version:
Node.js SDK for Jean Memory - Build personalized AI chatbots for backend applications
57 lines • 1.16 kB
JSON
{
"name": "jeanmemory-node",
"version": "0.1.3",
"description": "Node.js SDK for Jean Memory - Build personalized AI chatbots for backend applications",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md"
],
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"prepublish": "npm run build",
"test": "node dist/test.js"
},
"keywords": [
"jean-memory",
"nodejs",
"ai",
"chatbot",
"personalization",
"backend",
"nextjs"
],
"author": "Jean Memory",
"license": "MIT",
"dependencies": {
"@ai-sdk/openai": "^0.0.66",
"ai": "^4.0.0"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"peerDependenciesMeta": {
"react": {
"optional": true
},
"react-dom": {
"optional": true
}
},
"devDependencies": {
"@types/node": "^20.0.0",
"typescript": "^5.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/jean-technologies/jean-memory.git",
"directory": "sdk/node"
},
"homepage": "https://jeanmemory.com",
"engines": {
"node": ">=18.0.0"
}
}