-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 759 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 759 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
{
"name": "codex-autoreview",
"version": "0.2.0",
"private": true,
"type": "module",
"description": "Silent, read-only Codex review with next-turn advice",
"engines": {
"node": ">=20.11"
},
"scripts": {
"start": "node plugins/autoreview/bin/autoreview.mjs widget",
"setup": "node scripts/setup.mjs",
"test": "node scripts/test.mjs",
"check": "node scripts/check.mjs",
"pack:release": "node scripts/release.mjs"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/godicewang/Codex-Auto-Review-Plugin.git"
},
"homepage": "https://github.com/godicewang/Codex-Auto-Review-Plugin",
"bugs": {
"url": "https://github.com/godicewang/Codex-Auto-Review-Plugin/issues"
}
}