Update package.json scripts

This commit is contained in:
Nikhil Nawgiri 2024-08-24 21:56:05 +02:00
parent 05f59c3e95
commit 5c36fe70d4

View file

@ -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"
}