-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 1.84 KB
/
Copy pathpackage.json
File metadata and controls
74 lines (74 loc) · 1.84 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "@nmzpy/pi-ember-stack",
"version": "0.2.38",
"description": "Ember's configurable Pi stack with modes, compact tools, subagents, and Devin and Cursor providers",
"type": "module",
"license": "AGPL-3.0-or-later",
"keywords": [
"pi-package",
"pi-extension",
"ember"
],
"repository": {
"type": "git",
"url": "git+https://github.com/nmzpy/pi-ember-stack.git"
},
"bugs": {
"url": "https://github.com/nmzpy/pi-ember-stack/issues"
},
"scripts": {
"typecheck": "tsc --noEmit",
"lint": "biome lint",
"format": "biome format --write",
"check": "biome check"
},
"files": [
"README.md",
"ATTRIBUTION.md",
"LICENSE",
"tsconfig.json",
"plugins"
],
"exports": {
".": "./plugins/index.ts",
"./renderer": "./plugins/pi-compact-tools/renderer.ts"
},
"pi": {
"extensions": [
"./plugins/index.ts"
]
},
"dependencies": {
"@bufbuild/protobuf": "^2.13.0",
"@ff-labs/fff-node": "0.9.6",
"@mozilla/readability": "^0.6.0",
"@sinclair/typebox": "^0.34.0",
"chalk": "^5.6.2",
"diff": "^7.0.0",
"linkedom": "^0.16.0",
"p-limit": "^6.1.0",
"sharp": "^0.35.3",
"turndown": "^7.2.0",
"unpdf": "^1.6.2"
},
"peerDependencies": {
"@earendil-works/pi-agent-core": "*",
"@earendil-works/pi-ai": "*",
"@earendil-works/pi-coding-agent": "*",
"@earendil-works/pi-tui": "*",
"typebox": "*"
},
"devDependencies": {
"@biomejs/biome": "^2.5.3",
"@earendil-works/pi-agent-core": "^0.80.10",
"@earendil-works/pi-ai": "^0.80.10",
"@earendil-works/pi-coding-agent": "^0.80.10",
"@earendil-works/pi-tui": "^0.80.10",
"@ff-labs/fff-node": "0.9.6",
"@sinclair/typebox": "^0.34.0",
"@types/diff": "^7.0.2",
"@types/node": "^20.19.43",
"typebox": "^1.3.1",
"typescript": "^5.9.3"
}
}