bigbluebutton-Github/bbb-graphql-actions-adapter-server/package.json
dependabot[bot] 4e132abb9b
Bump axios from 0.21.4 to 1.6.0 in /bbb-graphql-actions-adapter-server (#19312)
Bumps [axios](https://github.com/axios/axios) from 0.21.4 to 1.6.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.4...v1.6.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-07 20:48:37 -03:00

40 lines
1.1 KiB
JSON

{
"name": "bbb-graphql-actions-adapter-server",
"version": "0.0.1",
"description": "A server component designed to interface between Hasura GraphQL actions and BigBlueButton ecosystem.",
"main": "index.ts",
"scripts": {
"start": "nodemon --watch src --ext ts,json --exec ts-node src/index.ts",
"build": "tsc",
"serve": "node dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bigbluebutton/bigbluebutton/tree/develop/bbb-graphql-actions-adapter-server"
},
"keywords": [
"bigbluebutton",
"graphql",
"actions"
],
"author": "BigBlueButton Inc.",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/bigbluebutton/bigbluebutton/issues"
},
"homepage": "https://github.com/bigbluebutton/bigbluebutton/tree/develop/bbb-graphql-actions-adapter-server#readme",
"dependencies": {
"@types/express": "^4.17.18",
"@types/node": "^20.7.0",
"@types/redis": "^4.0.11",
"axios": "^1.6.0",
"express": "^4.17.1",
"redis": "^4.6.10"
},
"devDependencies": {
"nodemon": "^3.0.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
}
}