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