matrix-bot-openai-wrapper/package.json

16 lines
309 B
JSON
Raw Normal View History

{
"name": "openai-wrapper",
"version": "1.0.0",
"description": "matrix bot",
2024-08-24 19:56:05 +00:00
"main": "main.ts",
"author": "Nikhil Nawgiri",
"license": "MIT",
2024-08-24 19:56:05 +00:00
"scripts": {
2024-08-24 20:31:17 +00:00
"start": "node main.js",
"compile": "tsc main.ts --resolveJsonModule"
2024-08-24 19:56:05 +00:00
},
"dependencies": {
"matrix-bot-sdk": "^0.7.1"
}
}