Files
discordeno/docker-apps/rest-passthrough/package.json
dependabot[bot] dc19ffbbbd build(deps-dev): bump @swc/cli in /docker-apps/rest-passthrough (#4181)
Bumps [@swc/cli](https://github.com/swc-project/pkgs) from 0.6.0 to 0.7.3.
- [Commits](https://github.com/swc-project/pkgs/commits)

---
updated-dependencies:
- dependency-name: "@swc/cli"
  dependency-version: 0.7.3
  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 19:57:27 +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.4.7"
}
}