-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 799 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 799 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": "chicken-code-review",
"version": "1.0.0",
"description": "If you do a PR, you'll get a code review",
"main": "src/index.js",
"scripts": {
"test": "jest",
"build": "ncc build src/index.js --license licenses.txt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/birariro/chicken-code-review"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/birariro/chicken-code-review/issues"
},
"homepage": "https://github.com/birariro/chicken-code-review#readme",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^2.2.0",
"actions-toolkit": "^2.2.0",
"minimist": ">=1.2.3",
"openai": "^3.3.0"
},
"devDependencies": {
"@vercel/ncc": "^0.36.1",
"jest": "^29.5.0"
}
}