Files
discordeno/docker-apps/rest-passthrough/package.json
dependabot[bot] 3d495dd3b5 build(deps): bump fastify in /docker-apps/rest-passthrough (#3467)
Bumps [fastify](https://github.com/fastify/fastify) from 4.26.1 to 4.26.2.
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](https://github.com/fastify/fastify/compare/v4.26.1...v4.26.2)

---
updated-dependencies:
- dependency-name: fastify
  dependency-type: direct:production
  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>
2024-03-08 04:33:48 +00:00

27 lines
707 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-next.9006572",
"@fastify/env": "^4.3.0",
"@fastify/helmet": "^11.1.1",
"fastify": "^4.26.2"
},
"devDependencies": {
"@favware/cliff-jumper": "^3.0.1",
"@swc/cli": "^0.3.10",
"@swc/core": "^1.4.5",
"dotenv": "^16.4.5"
},
"packageManager": "yarn@4.0.2"
}