@earendil-works/pi-coding-agent
Version:
Coding agent CLI with read, bash, edit, write tools and session management
23 lines (22 loc) • 396 B
JSON
{
"name": "pi-extension-with-deps",
"private": true,
"version": "0.80.9",
"type": "module",
"scripts": {
"clean": "echo 'nothing to clean'",
"build": "echo 'nothing to build'",
"check": "echo 'nothing to check'"
},
"pi": {
"extensions": [
"./index.ts"
]
},
"dependencies": {
"ms": "2.1.3"
},
"devDependencies": {
"@types/ms": "2.1.0"
}
}