Update package.json scripts
This commit is contained in:
parent
05f59c3e95
commit
5c36fe70d4
|
@ -2,9 +2,12 @@
|
|||
"name": "openai-wrapper",
|
||||
"version": "1.0.0",
|
||||
"description": "matrix bot",
|
||||
"main": "index.ts",
|
||||
"main": "main.ts",
|
||||
"author": "Nikhil Nawgiri",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"start": "node main.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"matrix-bot-sdk": "^0.7.1"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue