-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 852 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 852 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
{
"name": "slop-review",
"version": "0.6.0",
"description": "Root manifest for pi (`pi install git:github.com/dbachelder/slop-review`). Points pi at the extension that lives under ./plugin/. Claude Code and Codex CLI ignore this file and read ./plugin/package.json instead.",
"private": true,
"type": "module",
"homepage": "https://github.com/dbachelder/slop-review",
"repository": {
"type": "git",
"url": "git+https://github.com/dbachelder/slop-review.git"
},
"license": "MIT",
"pi": {
"extensions": [
"./plugin/extensions/pi/index.ts"
]
},
"dependencies": {
"glimpseui": "^0.6.0"
},
"peerDependencies": {
"@earendil-works/pi-coding-agent": "*"
},
"peerDependenciesMeta": {
"@earendil-works/pi-coding-agent": {
"optional": true
}
},
"engines": {
"node": ">=20"
}
}