difflytic
Version:
AI-powered code review for GitLab/GitHub MRs using OpenAI and more.
47 lines (46 loc) • 918 B
JSON
{
"name": "difflytic",
"version": "1.0.12",
"description": "AI-powered code review for GitLab/GitHub MRs using OpenAI and more.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"difflytic": "dist/cli/main.js"
},
"scripts": {
"build": "tsc",
"start": "node dist/cli/main.js",
"test": "jest"
},
"author": "feryyp",
"license": "MIT",
"dependencies": {
"@types/jsonwebtoken": "^9.0.9",
"@types/node": "^22.15.18",
"dotenv": "^16.0.0",
"jsonwebtoken": "^9.0.0",
"typescript": "^5.0.0"
},
"devDependencies": {
"jest": "^29.7.0",
"ts-jest": "^29.3.4"
},
"repository": {
"type": "git",
"url": "https://github.com/daefery/difflytic.git"
},
"keywords": [
"ai",
"code-review",
"gitlab",
"github",
"openai",
"merge-request",
"cli"
],
"files": [
"dist/",
"README.md",
"LICENSE"
]
}