Files
discordeno/docker-apps/rest-passthrough/package.json
dependabot[bot] 20b4e5eb7b build(deps-dev): bump @swc/core in /docker-apps/rest-passthrough (#4142)
Bumps [@swc/core](https://github.com/swc-project/swc) from 1.10.12 to 1.11.5.
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/swc-project/swc/compare/v1.10.12...v1.11.5)

---
updated-dependencies:
- dependency-name: "@swc/core"
  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>
Co-authored-by: Fleny <Fleny113@outlook.com>
2025-03-01 19:31:35 +01:00

27 lines
710 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.0"
},
"devDependencies": {
"@favware/cliff-jumper": "^6.0.0",
"@swc/cli": "^0.6.0",
"@swc/core": "^1.11.5",
"dotenv": "^16.4.7"
}
}