mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 18:01:22 +00:00
parent
12cec4f162
commit
0199abfd11
6 changed files with 30 additions and 4 deletions
|
|
@ -13,6 +13,10 @@
|
|||
"./oauth": {
|
||||
"types": "./oauth.d.ts",
|
||||
"import": "./oauth.js"
|
||||
},
|
||||
"./bedrock-provider": {
|
||||
"types": "./bedrock-provider.d.ts",
|
||||
"import": "./bedrock-provider.js"
|
||||
}
|
||||
},
|
||||
"bin": {
|
||||
|
|
@ -22,6 +26,8 @@
|
|||
"dist",
|
||||
"oauth.js",
|
||||
"oauth.d.ts",
|
||||
"bedrock-provider.js",
|
||||
"bedrock-provider.d.ts",
|
||||
"README.md"
|
||||
],
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue