-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 976 Bytes
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 976 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
34
35
36
37
38
39
40
41
42
43
{
"name": "@bytesbrains/pi-auditor",
"version": "1.0.2",
"description": "Audit repo files for RAG digestibility — find god files, measure chunk fragmentation, and generate split suggestions.",
"keywords": [
"pi-package",
"pi-extension",
"doctor",
"audit",
"auditor",
"rag",
"context-engineering",
"digestibility"
],
"author": "BytesBrains Pte Ltd (https://bytesbrains.com)",
"repository": {
"type": "git",
"url": "git+https://github.com/bytesbrains/pi-auditor.git"
},
"homepage": "https://github.com/bytesbrains/pi-auditor#readme",
"bugs": {
"url": "https://github.com/bytesbrains/pi-auditor/issues"
},
"license": "MIT",
"main": "./src/index.ts",
"engines": {
"node": ">=18"
},
"files": [
"src/",
"README.md",
"LICENSE"
],
"peerDependencies": {
"@earendil-works/pi-coding-agent": "*",
"typebox": "*"
},
"pi": {
"extensions": [
"./src/index.ts"
]
}
}