Files
discordeno/docker-apps/rest-passthrough/package.json
dependabot[bot] f57cf3dbb1 build(deps-dev): bump typescript in /docker-apps/rest-passthrough (#4494)
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.2 to 5.9.3.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.2...v5.9.3)

---
updated-dependencies:
- dependency-name: typescript
  dependency-version: 5.9.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fleny <Fleny113@outlook.com>
2025-10-01 21:13:04 +02:00

27 lines
650 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": "^5.0.2",
"@fastify/helmet": "^13.0.2",
"@fastify/multipart": "^9.0.3",
"fastify": "^5.5.0"
},
"devDependencies": {
"@favware/cliff-jumper": "^6.0.0",
"@types/node": "^24.6.1",
"dotenv": "^17.2.3",
"typescript": "^5.9.3"
}
}