matrix-chatgpt-bot/package.json
2023-02-03 15:06:58 +00:00

29 lines
666 B
JSON

{
"name": "matrix-chatgpt-bot",
"version": "2.0.0",
"main": "dist/index.js",
"repository": "git@github.com:matrixgpt/matrix-chatgpt-bot.git",
"author": "Jake Coppinger <jake@jakecoppinger.com>",
"license": "AGPL-3.0",
"type": "module",
"engines": {
"node": ">=18.12.1"
},
"scripts": {
"build": "rm -f tsconfig.tsbuildinfo && npx tsc",
"start": "node dist/index.js",
"typecheck": "npx tsc"
},
"dependencies": {
"chatgpt": "^4.1.1",
"dotenv": "^16.0.3",
"markdown-it": "^13.0.1",
"matrix-bot-sdk": "^0.6.3",
"typescript": "^4.9.4",
"znv": "^0.3.2",
"zod": "^3.20.2"
},
"devDependencies": {
}
}