20 lines
420 B
JSON
20 lines
420 B
JSON
{
|
|
"name": "openai-wrapper",
|
|
"version": "1.0.0",
|
|
"description": "matrix bot",
|
|
"main": "main.ts",
|
|
"author": "Nikhil Nawgiri",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node --loader ts-node/esm src/main.ts ",
|
|
"lint": "tslint src/*.ts"
|
|
},
|
|
"dependencies": {
|
|
"@types/node": "^22.5.0",
|
|
"matrix-bot-sdk": "^0.7.1",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.5.4"
|
|
}
|
|
}
|