chore: add package.json for pi package installation

This commit is contained in:
2026-05-23 20:21:52 +02:00
parent 417937e5af
commit 1cad690f61
+15
View File
@@ -0,0 +1,15 @@
{
"name": "@enne2/context-warn",
"version": "1.0.0",
"description": "Pi agent extension: sound alert when context reaches 100k tokens",
"keywords": ["pi-package", "extension", "context", "warning", "alert"],
"pi": {
"extensions": ["."]
},
"peerDependencies": {
"@earendil-works/pi-coding-agent": "*"
},
"scripts": {
"test": "echo 'OK'"
}
}