-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 977 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 977 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "valkeyforai",
"version": "1.0.0",
"description": "A practical, use-case-driven hub that helps developers understand how to use Valkey in real AI workloads. Instead of making users piece together low-level features, this site offers clear cookbooks, reference architectures, GitHub demos, and runnable projects for patterns like semantic caching, conversation memory, vector search, agent session state, rate limiting, streaming responses, and more.",
"main": "script.js",
"scripts": {
"build": "node build.js", "test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/meet-bhagdev/valkeyforai.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/meet-bhagdev/valkeyforai/issues"
},
"homepage": "https://github.com/meet-bhagdev/valkeyforai#readme",
"dependencies": {
"marked": "^17.0.4"
}
}