mirror of
https://github.com/ingress-it-solutions/gitea-code-review-action.git
synced 2025-04-15 09:15:50 +00:00
30 lines
729 B
JSON
30 lines
729 B
JSON
{
|
|
"name": "gitea-code-review-action",
|
|
"version": "0.0.1",
|
|
"description": "A Gitea Action that uses OPENAI to review code",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"prepare" : "ncc build index.js -o dist --source-map --license licenses.txt"
|
|
},
|
|
"keywords": [
|
|
"gitea",
|
|
"action",
|
|
"openai",
|
|
"code",
|
|
"review"
|
|
],
|
|
"dependencies": {
|
|
"@actions/core": "^1.10.0",
|
|
"@actions/github": "^5.1.1",
|
|
"@vercel/ncc": "^0.36.1",
|
|
"axios": "^1.3.4",
|
|
"https-proxy-agent": "^5.0.1",
|
|
"language-detect": "1.1.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ingress-it-solutions/gitea-code-review-action.git"
|
|
},
|
|
"author": "Ingress IT Solutions",
|
|
"license": "MIT"
|
|
}
|