co-mono/packages/coding-agent/examples/extensions/custom-provider-qwen-cli/package.json
2026-02-20 00:17:44 +01:00

16 lines
314 B
JSON

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