matrix-chatgpt-bot/package.json
dependabot[bot] 6d625353fa
Bump typescript from 4.5.2 to 4.9.4
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.2 to 4.9.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.5.2...v4.9.4)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-03 15:04:39 +00:00

29 lines
668 B
JSON

{
"name": "matrix-chatgpt-bot",
"version": "1.0.0",
"main": "dist/index.js",
"repository": "git@github.com:jakecoppinger/matrix-chatgpt-bot.git",
"author": "Jake Coppinger <jake@jakecoppinger.com>",
"license": "AGPL-3.0",
"type": "module",
"engines": {
"node": "v18.12.1"
},
"scripts": {
"build": "rm -f tsconfig.tsbuildinfo && npx tsc",
"start": "node dist/index.js",
"typecheck": "npx tsc"
},
"dependencies": {
"chatgpt": "^3.3.10",
"dotenv": "^14.2.0",
"matrix-bot-sdk": "^0.6.3",
"puppeteer": "^19.4.1",
"typescript": "^4.9.4",
"znv": "^0.3.2",
"zod": "^3.20.2"
},
"devDependencies": {
}
}