Files
discordeno/docker-apps/rest-passthrough/package.json
dependabot[bot] 83d46f24f0 build(deps-dev): bump typescript from 5.9.3 to 6.0.2 in /docker-apps/rest-passthrough (#4896)
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-version: 6.0.2
  dependency-type: direct:development
  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: Fleny <fleny113@outlook.com>
2026-04-02 11:41:47 +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": "^6.0.0",
"@fastify/helmet": "^13.0.2",
"@fastify/multipart": "^9.0.3",
"fastify": "^5.5.0"
},
"devDependencies": {
"@favware/cliff-jumper": "^6.0.0",
"@types/node": "^25.5.0",
"dotenv": "^17.3.1",
"typescript": "^6.0.2"
}
}