-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.1 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "open-code-review",
"version": "1.9.0",
"private": true,
"description": "The first CI/CD quality gate built specifically for AI-generated code",
"author": "Raye Deng <fengsen.deng@gmail.com>",
"license": "BUSL-1.1",
"scripts": {
"build": "pnpm -r build",
"test": "pnpm -r test",
"lint": "pnpm -r lint",
"clean": "pnpm -r exec rm -rf dist node_modules",
"update-deprecations": "npx tsx packages/core/src/data/changelog-extractor.ts"
},
"devDependencies": {
"typescript": "^5.4.0",
"vitest": "^1.6.0",
"prettier": "^3.2.0",
"eslint": "^9.0.0"
},
"engines": {
"node": ">=20.0.0",
"pnpm": ">=9.0.0"
},
"packageManager": "pnpm@10.23.0",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/raye-deng"
},
"keywords": [
"ai-code-review",
"ai-generated-code",
"ast-analysis",
"ci-cd",
"code-analysis",
"code-quality",
"code-safety",
"github-actions",
"gitlab-ci",
"go",
"java",
"javascript",
"kotlin",
"phantom-package",
"python",
"sarif",
"typescript"
]
}