-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.59 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 1.59 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "gm-skill",
"version": "2.0.1912",
"description": "Canonical universal harness — AI-native software engineering via skill-driven orchestration; bootstraps plugkit for task execution and session isolation. Install in any AI coding agent host.",
"author": "AnEntrypoint",
"license": "MIT",
"keywords": [
"gm",
"skill",
"harness",
"plugkit",
"orchestration",
"ai-coding",
"canonical"
],
"homepage": "https://github.com/AnEntrypoint/gm#readme",
"bugs": {
"url": "https://github.com/AnEntrypoint/gm/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/AnEntrypoint/gm.git"
},
"main": "bin/bootstrap.js",
"bin": {
"gm": "./bin/install.js",
"gm-skill": "./bin/install.js",
"gm-skill-bootstrap": "./bin/bootstrap.js",
"gm-install": "./bin/install.js"
},
"files": [
"skills/",
"scripts/",
"bin/bootstrap.js",
"bin/install.js",
"bin/plugkit.sha256",
"bin/plugkit.version",
"bin/plugkit.wasm.sha256",
"gm-plugkit/bootstrap.js",
"gm-plugkit/browser-idle.js",
"gm-plugkit/cli.js",
"gm-plugkit/index.js",
"gm-plugkit/package.json",
"gm-plugkit/plugkit-wasm-wrapper.js",
"gm-plugkit/supervisor.js",
"gm-plugkit/plugkit.version",
"gm-plugkit/plugkit.sha256",
"gm-plugkit/instructions/",
"gm-plugkit/scripts/",
"AGENTS.md",
"README.md",
"gm.json"
],
"dependencies": {
"gm-plugkit": "^2.0.1310",
"gmsniff": "^1.0.0",
"ccsniff": "^1.1.0"
},
"engines": {
"node": ">=16.0.0"
},
"publishConfig": {
"access": "public"
}
}