forked from QwenLM/qwen-code-action
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 865 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 865 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
{
"name": "qwen-code-action",
"version": "0.1.0",
"description": "GitHub Action for Qwen Code integration",
"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/QwenLM/qwen-code-action.git"
},
"keywords": [
"qwen",
"qwen-code",
"qwen-code-cli",
"ai",
"code-review"
],
"author": "Alibaba Cloud",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/QwenLM/qwen-code-action/issues"
},
"homepage": "https://github.com/QwenLM/qwen-code-action#readme",
"devDependencies": {
"@google-github-actions/actions-utils": "^0.8.10"
}
}