-
Notifications
You must be signed in to change notification settings - Fork 247
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 867 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 867 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
{
"name": "run-gemini-cli",
"version": "0.1.12",
"description": "This works with our versioning tools, this is NOT an NPM repo",
"scripts": {
"build": "echo \"No build required for composite action\"",
"docs": "./node_modules/.bin/actions-gen-readme",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": "20.x",
"npm": ">= 10.x"
},
"repository": {
"type": "git",
"url": "git+https://github.com/google-github-actions/run-gemini-cli.git"
},
"keywords": [
"gemini",
"gemini-cli"
],
"author": "Google",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/google-github-actions/run-gemini-cli/issues"
},
"homepage": "https://github.com/google-github-actions/run-gemini-cli#readme",
"devDependencies": {
"@google-github-actions/actions-utils": "^0.8.8"
}
}