15 lines
259 B
JSON
15 lines
259 B
JSON
{
|
|
"name": "openai-wrapper",
|
|
"version": "1.0.0",
|
|
"description": "matrix bot",
|
|
"main": "main.ts",
|
|
"author": "Nikhil Nawgiri",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"start": "node main.ts"
|
|
},
|
|
"dependencies": {
|
|
"matrix-bot-sdk": "^0.7.1"
|
|
}
|
|
}
|