-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.13 KB
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
49
50
51
52
53
54
55
{
"name": "@everme/cli",
"version": "0.32.0",
"description": "EverMe CLI — npm wrapper that downloads and runs the platform-native evercli binary on first use.",
"license": "Apache-2.0",
"bin": {
"evercli": "scripts/run.js"
},
"scripts": {
"postinstall": "node scripts/install.js",
"test": "node --test tests/install.test.js tests/upgrade-plugins.test.js"
},
"os": [
"darwin",
"linux",
"win32"
],
"cpu": [
"x64",
"arm64"
],
"engines": {
"node": ">=18.0.0"
},
"files": [
"scripts/install.js",
"scripts/install-wizard.js",
"scripts/run.js",
"scripts/upgrade-plugins.js",
"sha256sums.txt",
"LICENSE",
"README.md"
],
"keywords": [
"evermind",
"everme",
"cli",
"memory",
"ai",
"agent"
],
"homepage": "https://everme.evermind.ai",
"repository": {
"type": "git",
"url": "git+https://github.com/EverMind-AI/EverMe.git",
"directory": "plugins/cli"
},
"bugs": {
"url": "https://github.com/EverMind-AI/EverMe/issues"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
}
}