Files
discordeno/docker-apps/rest-passthrough/package.json
T
dependabot[bot]andAwesome Stickz 678a76fd9c build(deps): bump @fastify/env in /docker-apps/rest-passthrough (#5077)
Bumps [@fastify/env](https://github.com/fastify/fastify-env) from 6.0.0 to 7.0.0.
- [Release notes](https://github.com/fastify/fastify-env/releases)
- [Commits](https://github.com/fastify/fastify-env/compare/v6.0.0...v7.0.0)

---
updated-dependencies:
- dependency-name: "@fastify/env"
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Awesome Stickz <38146668+AwesomeStickz@users.noreply.github.com>
2026-06-24 16:03:55 +05:30

27 lines
651 B
JSON

{
"name": "rest-passthrough",
"private": true,
"type": "module",
"version": "1.0.0",
"packageManager": "yarn@4.6.0",
"scripts": {
"build": "tsc",
"start:dev": "yarn exec node -r dotenv/config dist/server.js",
"start:prod": "yarn exec node ./dist/server.js",
"release": "cliff-jumper"
},
"dependencies": {
"@discordeno/rest": "21.0.0",
"@fastify/env": "^7.0.0",
"@fastify/helmet": "^13.0.2",
"@fastify/multipart": "^10.0.0",
"fastify": "^5.5.0"
},
"devDependencies": {
"@favware/cliff-jumper": "^6.1.0",
"@types/node": "^25.9.2",
"dotenv": "^17.4.2",
"typescript": "^6.0.3"
}
}