-
Notifications
You must be signed in to change notification settings - Fork 244
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.28 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.28 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
{
"name": "run-gemini-cli",
"version": "0.1.21",
"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",
"test:evals": "vitest run --config evals/vitest.config.ts",
"format": "prettier --write .",
"format:check": "prettier --check .",
"prepare": "husky"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"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.10",
"@modelcontextprotocol/sdk": "^1.26.0",
"@types/node": "^25.2.1",
"husky": "^9.1.7",
"lint-staged": "^16.2.7",
"prettier": "^3.7.4",
"tsx": "^4.21.0",
"vitest": "^4.0.18"
}
}