mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 22:03:45 +00:00
16 lines
314 B
JSON
16 lines
314 B
JSON
{
|
|
"name": "pi-extension-custom-provider-qwen-cli",
|
|
"private": true,
|
|
"version": "1.6.2",
|
|
"type": "module",
|
|
"scripts": {
|
|
"clean": "echo 'nothing to clean'",
|
|
"build": "echo 'nothing to build'",
|
|
"check": "echo 'nothing to check'"
|
|
},
|
|
"pi": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
]
|
|
}
|
|
}
|