-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 938 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 938 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
{
"name": "agentry",
"version": "0.16.0",
"description": "Author your AI coding agents and skills once. Sync them to every harness you use.",
"license": "MIT",
"author": "MANVENDRA-github",
"type": "module",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/MANVENDRA-github/agentry.git"
},
"bugs": {
"url": "https://github.com/MANVENDRA-github/agentry/issues"
},
"homepage": "https://github.com/MANVENDRA-github/agentry#readme",
"scripts": {
"sync": "node scripts/sync-harnesses.js",
"sync:dry": "node scripts/sync-harnesses.js --dry-run",
"doctor": "node scripts/doctor.js",
"lint": "node scripts/lint-frontmatter.js",
"test": "node --test"
},
"engines": {
"node": ">=18.0.0"
},
"keywords": [
"claude",
"claude-code",
"cursor",
"codex",
"opencode",
"ai-agents",
"skills",
"agent-harness",
"mcp"
]
}