@parvez3019/ai-code-review-gitlab-plugin
Version:

55 lines (54 loc) • 1.26 kB
JSON
{
"name": "@parvez3019/ai-code-review-gitlab-plugin",
"version": "0.0.11",
"main": "index.js",
"bin": {
"ai-code-review-gitlab-plugin": "bin/index.js"
},
"scripts": {
"start": "tsc --watch",
"build": "tsc && cp -r src/prompts lib/"
},
"files": [
"lib",
"bin"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/parvez3019/ai-code-review-gitlab-plugin"
},
"dependencies": {
"@aws-sdk/client-bedrock-runtime": "^3.525.0",
"@aws-sdk/client-s3": "^3.824.0",
"@types/axios": "^0.14.0",
"@types/commander": "^2.12.2",
"@types/node": "^20.2.1",
"axios": "^1.4.0",
"commander": "^10.0.1",
"typescript": "^5.0.4"
},
"engines": {
"node": ">=18.0.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"description": "",
"bugs": {
"url": "https://github.com/parvez3019/ai-code-review-gitlab-plugin/issues"
},
"homepage": "https://github.com/parvez3019/ai-code-review-gitlab-plugin#readme",
"keywords": [
"AI",
"Gemini",
"Code",
"Reviewer",
"Gitlab CI",
"Gitlab",
"AWS Bedrock",
"Claude"
],
"author": "parvez3019"
}