-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 939 Bytes
/
package.json
File metadata and controls
46 lines (46 loc) · 939 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
42
43
44
45
46
{
"name": "opengstack",
"version": "0.14.3",
"private": false,
"description": "AI Engineering Workflow - Native slash commands for OpenCode. Open source AI engineering workflow. No telemetry. No tracking.",
"keywords": [
"ai-agents",
"claude",
"workflow",
"skills",
"agent-instructions",
"opengstack",
"opengstack"
],
"homepage": "https://github.com/Ambisphaeric/opengstack#readme",
"bugs": {
"url": "https://github.com/Ambisphaeric/opengstack/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ambisphaeric/OpenGStack.git"
},
"license": "MIT",
"author": "Ambisphaeric",
"type": "commonjs",
"main": "SKILL.md",
"bin": {
"opengstack": "./bin/opengstack.js"
},
"directories": {
"doc": "docs"
},
"files": [
"SKILL.md",
"CLAUDE.md",
"AGENTS.md",
"README.md",
"commands/",
"scripts/",
"docs/",
"bin/"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}