-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 903 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 903 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
{
"name": "agentic-code",
"version": "0.6.8",
"description": "Task-oriented context engineering framework for LLM coding agents - AGENTS.md standard compliant",
"files": [
"bin/",
".agents/",
"AGENTS.md"
],
"bin": {
"agentic-code": "./bin/cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"agents-md",
"context-engineering",
"agentic-coding",
"coding-agent",
"llm",
"codex",
"cursor",
"windsurf",
"cline"
],
"author": "Shinsuke Kagawa",
"license": "MIT",
"packageManager": "pnpm@10.15.1",
"repository": {
"type": "git",
"url": "git+https://github.com/shinpr/agentic-code.git"
},
"bugs": {
"url": "https://github.com/shinpr/agentic-code/issues"
},
"homepage": "https://github.com/shinpr/agentic-code#readme",
"engines": {
"node": ">=20.0.0"
}
}