ai-commit-reviewer-pro 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json ADDED
@@ -0,0 +1,102 @@
1
+ {
2
+ "name": "ai-commit-reviewer-pro",
3
+ "version": "1.0.0",
4
+ "description": "Professional AI-powered commit reviewer with advanced code analysis, error detection, and intelligent fallback. Uses AI to analyze staged changes, detect undeclared variables, identify unused code, and suggest optimizations - all non-blocking.",
5
+ "main": "index.js",
6
+ "type": "module",
7
+ "bin": {
8
+ "ai-review": "./cli.js"
9
+ },
10
+ "homepage": "https://github.com/snbroyvfc95/ai-commit-reviewer-pro#readme",
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "https://github.com/snbroyvfc95/ai-commit-reviewer-pro.git"
14
+ },
15
+ "bugs": {
16
+ "url": "https://github.com/snbroyvfc95/ai-commit-reviewer-pro/issues"
17
+ },
18
+ "scripts": {
19
+ "start": "node cli.js",
20
+ "start:prod": "node cli.js"
21
+ },
22
+ "keywords": [
23
+ "ai",
24
+ "artificial-intelligence",
25
+ "commit-reviewer",
26
+ "code-reviewer",
27
+ "ai-review",
28
+ "code-review",
29
+ "commit",
30
+ "reviewer",
31
+ "validator",
32
+ "git",
33
+ "git-hook",
34
+ "pre-commit",
35
+ "hook",
36
+ "code-analysis",
37
+ "code-quality",
38
+ "quality-assurance",
39
+ "linting",
40
+ "error-detection",
41
+ "bug-detection",
42
+ "static-analysis",
43
+ "security-analysis",
44
+ "github-api",
45
+ "automation",
46
+ "ci-cd",
47
+ "continuous-integration",
48
+ "continuous-delivery",
49
+ "devops",
50
+ "developer-tools",
51
+ "productivity",
52
+ "workflow",
53
+ "git-flow",
54
+ "commit-message",
55
+ "code-suggestions",
56
+ "code-improvement",
57
+ "refactoring",
58
+ "performance",
59
+ "optimization",
60
+ "nodejs",
61
+ "javascript",
62
+ "typescript",
63
+ "cli",
64
+ "command-line",
65
+ "terminal",
66
+ "shell",
67
+ "bash",
68
+ "powershell",
69
+ "cross-platform",
70
+ "open-source",
71
+ "mit-license",
72
+ "production-ready",
73
+ "enterprise",
74
+ "professional",
75
+ "intelligent-review",
76
+ "smart-review"
77
+ ],
78
+ "author": {
79
+ "name": "Sanjib Roy",
80
+ "email": "sanjibroy17061995@gmail.com",
81
+ "url": "https://github.com/snbroyvfc95",
82
+ "phone": "+91 8918132291"
83
+ },
84
+ "maintainers": [
85
+ {
86
+ "name": "Sanjib Roy",
87
+ "email": "sanjibroy17061995@gmail.com",
88
+ "url": "https://www.linkedin.com/in/sanjib-r-834947100/"
89
+ }
90
+ ],
91
+ "license": "MIT",
92
+ "engines": {
93
+ "node": ">=12.0.0"
94
+ },
95
+ "dependencies": {
96
+ "@octokit/rest": "^20.1.2",
97
+ "chalk": "^5.6.2",
98
+ "dotenv": "^17.2.3",
99
+ "inquirer": "^12.11.1",
100
+ "simple-git": "^3.30.0"
101
+ }
102
+ }