feat: scaffold pi package with provider skeleton
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user