-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 983 Bytes
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 983 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
44
45
46
{
"name": "pi-openwiki",
"version": "1.0.0",
"description": "OpenWiki documentation generator for the Pi coding agent",
"keywords": [
"pi-package",
"pi-extension",
"documentation",
"openwiki",
"ai-docs"
],
"author": "Barha",
"license": "MIT",
"files": [
"extensions",
"README.md",
"README.zh-CN.md",
"LICENSE"
],
"scripts": {
"pack:dry-run": "npm pack --dry-run"
},
"pi": {
"extensions": [
"./extensions"
]
},
"peerDependencies": {
"@earendil-works/pi-coding-agent": "*",
"typebox": "*"
},
"devDependencies": {
"@earendil-works/pi-coding-agent": ">=0.1.0",
"@types/node": "^20.0.0",
"typescript": "^5.0.0",
"typebox": "^1.3.4"
},
"repository": {
"type": "git",
"url": "https://github.com/barvhaim/pi-openwiki.git"
},
"homepage": "https://github.com/barvhaim/pi-openwiki#readme",
"bugs": {
"url": "https://github.com/barvhaim/pi-openwiki/issues"
}
}