-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.08 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.08 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
{
"name": "@cafitac/agent-learner",
"version": "0.3.29",
"description": "npm delivery wrapper for the agent-learner Python core",
"license": "MIT",
"type": "commonjs",
"bin": {
"agent-learner": "bin/agent-learner.cjs"
},
"files": [
"bin",
"lib",
"README.md",
"LICENSE"
],
"engines": {
"node": ">=18"
},
"scripts": {
"test": "npm run test:wrapper",
"test:wrapper": "node --test",
"pack:check": "npm pack --dry-run",
"doctor": "node ./bin/agent-learner.cjs doctor",
"dashboard": "node ./bin/agent-learner.cjs dashboard --build",
"smoke:publish": "python3 ./scripts/release/publish_smoke_check.py --json"
},
"keywords": [
"agent",
"codex",
"claude",
"plugin",
"wrapper",
"learning"
],
"homepage": "https://github.com/cafitac/agent-learner",
"repository": {
"type": "git",
"url": "git+https://github.com/cafitac/agent-learner.git"
},
"bugs": {
"url": "https://github.com/cafitac/agent-learner/issues"
},
"publishConfig": {
"access": "public"
},
"packageManager": "npm@10.9.2"
}