mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2025-04-21 10:06:47 +00:00
Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 21.0.2 to 21.1.0. - [Release notes](https://github.com/octokit/rest.js/releases) - [Commits](https://github.com/octokit/rest.js/compare/v21.0.2...v21.1.0) --- updated-dependencies: - dependency-name: "@octokit/rest" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
28 lines
690 B
JSON
28 lines
690 B
JSON
{
|
|
"name": "open-ai-reviewer",
|
|
"version": "1.0.0",
|
|
"description": "Open AI powered code reviews",
|
|
"main": "lib/main.js",
|
|
"author": "Ville Saukkonen",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"package": "ncc build --source-map --license licenses.txt",
|
|
"format": "prettier --write .",
|
|
"lint": "prettier --check ."
|
|
},
|
|
"dependencies": {
|
|
"@actions/core": "^1.10.0",
|
|
"@octokit/rest": "^21.1.0",
|
|
"minimatch": "^7.4.2",
|
|
"openai": "^4.20.1",
|
|
"parse-diff": "^0.11.1",
|
|
"ts-node": "^10.9.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.10.5",
|
|
"@vercel/ncc": "^0.38.3",
|
|
"prettier": "^3.4.2",
|
|
"typescript": "^5.0.2"
|
|
}
|
|
}
|