Add package.json and yarn.lock with initial matrix-bot-sdk as dep

This commit is contained in:
Nikhil Nawgiri 2024-08-24 19:49:30 +02:00
parent d7b3006d3e
commit 05f59c3e95
2 changed files with 1250 additions and 0 deletions

11
package.json Normal file
View file

@ -0,0 +1,11 @@
{
"name": "openai-wrapper",
"version": "1.0.0",
"description": "matrix bot",
"main": "index.ts",
"author": "Nikhil Nawgiri",
"license": "MIT",
"dependencies": {
"matrix-bot-sdk": "^0.7.1"
}
}

1239
yarn.lock Normal file

File diff suppressed because it is too large Load diff