Add package.json and yarn.lock with initial matrix-bot-sdk as dep
This commit is contained in:
parent
d7b3006d3e
commit
05f59c3e95
11
package.json
Normal file
11
package.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue