-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.06 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.06 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
{
"name": "gm-oc",
"version": "2.0.588",
"description": "State machine agent with hooks, skills, and automated git enforcement",
"author": "AnEntrypoint",
"license": "MIT",
"main": "gm.js",
"bin": {
"gm-oc": "./cli.js",
"gm-oc-install": "./install.js"
},
"keywords": [
"opencode",
"opencode-plugin",
"automation",
"gm"
],
"repository": {
"type": "git",
"url": "https://github.com/AnEntrypoint/gm-oc.git"
},
"homepage": "https://github.com/AnEntrypoint/gm-oc#readme",
"bugs": {
"url": "https://github.com/AnEntrypoint/gm-oc/issues"
},
"engines": {
"node": ">=16.0.0"
},
"publishConfig": {
"access": "public"
},
"dependencies": {},
"scripts": {
"postinstall": "node scripts/postinstall-oc.js"
},
"files": [
"agents/",
"hooks/",
"scripts/",
"skills/",
"lang/",
"gm.js",
"gm-oc.mjs",
"index.js",
"opencode.json",
".github/",
"README.md",
"cli.js",
"install.js",
"LICENSE",
"CONTRIBUTING.md",
".gitignore",
".editorconfig"
]
}