Files
sproutclaw/packages/coding-agent/examples/extensions/custom-provider-qwen-cli/package.json
Armin Ronacher 01949c1d4f Release v0.67.4
2026-04-16 17:32:50 +02:00

17 lines
315 B
JSON

{
"name": "pi-extension-custom-provider-qwen-cli",
"private": true,
"version": "1.17.4",
"type": "module",
"scripts": {
"clean": "echo 'nothing to clean'",
"build": "echo 'nothing to build'",
"check": "echo 'nothing to check'"
},
"pi": {
"extensions": [
"./index.ts"
]
}
}