-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 900 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 900 Bytes
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
{
"name": "ai-codereviewer",
"version": "1.1.1",
"description": "Multi-provider AI code reviews with TOON encoding (OpenAI, Anthropic, Google, Azure, etc.)",
"main": "lib/main.js",
"author": "",
"license": "MIT",
"scripts": {
"build": "tsc",
"package": "ncc build --source-map --license licenses.txt",
"format": "prettier --write .",
"lint": "prettier --check .",
"eval": "promptfoo eval -c eval/promptfooconfig.yaml"
},
"dependencies": {
"@actions/core": "^1.10.0",
"@octokit/rest": "^19.0.7",
"minimatch": "^7.4.2",
"openai": "^4.20.1",
"parse-diff": "^0.11.1",
"ts-node": "^10.9.1"
},
"devDependencies": {
"@types/node": "^18.15.5",
"@vercel/ncc": "^0.36.1",
"prettier": "^2.8.6",
"promptfoo": "^0.121.0",
"typescript": "^5.0.2"
},
"pnpm": {
"onlyBuiltDependencies": ["better-sqlite3", "esbuild"]
}
}