-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1001 Bytes
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1001 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "vant",
"version": "0.8.6",
"description": "vant CLI - Persistent AI agent with generational memory transfer",
"bin": {
"vant": "bin/vant.js",
"mcp": "bin/mcp.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dhaupin/vant.git"
},
"homepage": "https://github.com/dhaupin/vant#readme",
"preferGlobal": true,
"keywords": [
"ai",
"agent",
"cli",
"github",
"stegoframe",
"memory",
"multi-agent"
],
"engines": {
"node": ">=18"
},
"author": "vant Project <vant@example.com>",
"license": "MIT",
"dependencies": {
"chalk": "^4.1.2",
"js-yaml": "^4.1.1",
"yaml": "^2.9.0"
},
"scripts": {
"test": "node bin/build-test.js",
"setup": "node bin/setup.js",
"start": "node bin/start.js",
"health": "node bin/health.js"
},
"main": "index.js",
"directories": {
"doc": "docs",
"lib": "lib"
},
"bugs": {
"url": "https://github.com/dhaupin/vant/issues"
}
}