-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 911 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 911 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
{
"name": "@wnlen/agent-execution-template",
"version": "0.8.25",
"description": "Low-friction AI execution protocol template for coding agents.",
"bin": {
"agent-execution-template": "bin/agent-execution-template.js"
},
"files": [
"bin",
"docs",
"template",
"test",
"README.md"
],
"scripts": {
"doctor": "node bin/agent-execution-template.js doctor",
"check:release": "node test/check-release.js",
"test": "node test/selftest.js && node test/check-release.js"
},
"keywords": [
"ai",
"coding-agent",
"codex",
"claude-code",
"template"
],
"repository": {
"type": "git",
"url": "git+https://github.com/wnlen/agent-execution-template.git"
},
"bugs": {
"url": "https://github.com/wnlen/agent-execution-template/issues"
},
"homepage": "https://github.com/wnlen/agent-execution-template#readme",
"license": "MIT"
}