feat: scaffold pi package with provider skeleton

This commit is contained in:
Patrick Wozniak
2025-05-04 17:05:00 +02:00
commit d18dd3e77b
3 changed files with 75 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"name": "pi-commandcode-provider",
"version": "0.1.0",
"description": "pi custom provider for Command Code API (commandcode.ai)",
"type": "module",
"keywords": [
"pi-package",
"pi-extension",
"commandcode",
"provider"
],
"license": "MIT",
"pi": {
"extensions": [
"./index.ts"
]
}
}