forked from d3ara1n/pi-extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 942 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 942 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
{
"name": "@d3ara1n/pi-session-namer",
"version": "0.1.2",
"type": "module",
"description": "Auto-name pi sessions using a cheap side agent — generates concise titles from the first user message",
"main": "src/index.ts",
"keywords": [
"pi-package",
"pi"
],
"peerDependencies": {
"@earendil-works/pi-ai": "*",
"@earendil-works/pi-coding-agent": "*",
"@d3ara1n/pi-model-roles": "*"
},
"peerDependenciesMeta": {
"@earendil-works/pi-ai": {
"optional": true
},
"@earendil-works/pi-coding-agent": {
"optional": true
},
"@d3ara1n/pi-model-roles": {
"optional": true
}
},
"dependencies": {
"@d3ara1n/pi-model-roles": "^0.1.0"
},
"pi": {
"extensions": [
"./src/index.ts"
]
},
"repository": {
"type": "git",
"url": "https://github.com/d3ara1n/pi-extensions",
"directory": "packages/pi-session-namer"
},
"license": "MIT"
}