-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 797 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 797 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
{
"name": "gemini-forge",
"version": "0.4.0",
"description": "A high-performance CLI tool to detect, package, and deploy Gemini CLI skills with structural signature scanning.",
"bin": {
"gemini-forge": "./bin/index.js"
},
"files": [
"bin/",
"README.md",
"LICENSE"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"gemini",
"gemini-cli",
"ai-agents",
"agent-skills",
"automation",
"cli-tool",
"packager"
],
"author": "tercel",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/tercel/gemini-forge.git"
},
"bugs": {
"url": "https://github.com/tercel/gemini-forge/issues"
},
"homepage": "https://github.com/tercel/gemini-forge#readme"
}