matrix-bot-openai-wrapper/package.json
2024-08-24 21:56:05 +02:00

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