Files
discordeno/docker-apps/rest-passthrough/package.json
dependabot[bot] ad72acef44 build(deps-dev): bump dotenv in /docker-apps/rest-passthrough (#4182)
Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.4.7 to 16.5.0.
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v16.4.7...v16.5.0)

---
updated-dependencies:
- dependency-name: dotenv
  dependency-version: 16.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-02 20:03:02 +02:00

27 lines
711 B
JSON

{
"name": "rest-passthrough",
"private": true,
"type": "module",
"version": "1.0.0",
"packageManager": "yarn@4.6.0",
"scripts": {
"build": "swc src --strip-leading-paths --delete-dir-on-start --out-dir dist",
"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": "^4.4.0",
"@fastify/helmet": "^13.0.1",
"@fastify/multipart": "^8.3.1",
"fastify": "^4.29.1"
},
"devDependencies": {
"@favware/cliff-jumper": "^6.0.0",
"@swc/cli": "^0.7.3",
"@swc/core": "^1.11.24",
"dotenv": "^16.5.0"
}
}