Skip to content

Commit 127a990

Browse files
committed
Update package.json with module type and dev dependencies
1 parent fa976e2 commit 127a990

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

package.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,28 @@
11
{
22
"name": "pi-agenticoding",
33
"version": "0.2.0",
4+
"type": "module",
45
"description": "Context management primitives for the pi coding agent — spawn, ledger, handoff",
56
"license": "MIT",
6-
"keywords": ["pi-package"],
7+
"keywords": [
8+
"pi-package"
9+
],
710
"repository": {
811
"type": "git",
912
"url": "git+https://github.com/agenticoding/pi-agenticoding.git"
1013
},
1114
"peerDependencies": {
1215
"@earendil-works/pi-ai": "*",
13-
"@earendil-works/pi-agent-core": "*",
1416
"@earendil-works/pi-coding-agent": "*",
1517
"@earendil-works/pi-tui": "*",
1618
"typebox": "*"
1719
},
20+
"devDependencies": {
21+
"typescript": "^6.0.3"
22+
},
1823
"pi": {
19-
"extensions": ["./index.ts"]
24+
"extensions": [
25+
"./index.ts"
26+
]
2027
}
2128
}

0 commit comments

Comments
 (0)