Files
discordeno/docker-apps/rest-passthrough/package.json
dependabot[bot] 9fc2273853 build(deps): bump @fastify/helmet in /docker-apps/rest-passthrough (#4016)
Bumps [@fastify/helmet](https://github.com/fastify/fastify-helmet) from 11.1.1 to 13.0.0.
- [Release notes](https://github.com/fastify/fastify-helmet/releases)
- [Commits](https://github.com/fastify/fastify-helmet/compare/v11.1.1...v13.0.0)

---
updated-dependencies:
- dependency-name: "@fastify/helmet"
  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 <awesome@stickz.dev>
2024-11-27 04:56:47 +05:30

28 lines
729 B
JSON

{
"name": "rest-passthrough",
"private": true,
"type": "module",
"version": "1.0.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",
"setup-dd": ""
},
"dependencies": {
"@discordeno/rest": "19.0.0",
"@fastify/env": "^4.4.0",
"@fastify/helmet": "^13.0.0",
"@fastify/multipart": "^8.3.0",
"fastify": "^4.28.1"
},
"devDependencies": {
"@favware/cliff-jumper": "^5.0.0",
"@swc/cli": "^0.5.1",
"@swc/core": "^1.9.3",
"dotenv": "^16.4.5"
},
"packageManager": "yarn@4.0.2"
}