-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 786 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 786 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
{
"name": "everything-ai-skill",
"version": "0.4.2",
"description": "Install the Everything AI skill for Codex/OpenAI or Claude.",
"license": "MIT",
"bin": {
"everything-ai-install": "./scripts/install.js",
"everything-ai": "./scripts/install.js"
},
"scripts": {
"test": "python tests/test_everything_ai.py && node scripts/install.js --dry-run"
},
"files": [
"skills/everything-ai",
"scripts/install.js",
"scripts/bootstrap-memory.js",
"QUICKSTART.md",
"README.md",
"LICENSE"
],
"repository": {
"type": "git",
"url": "git+https://github.com/mitunmanav/everything-ai.git"
},
"keywords": [
"codex",
"claude",
"skill",
"ai-agent",
"observability",
"memory"
]
}