Files
discordeno/docker-apps/rest-passthrough/package.json
dependabot[bot] 994c1b5e99 build(deps-dev): bump @swc/core in /docker-apps/rest-passthrough (#4056)
Bumps [@swc/core](https://github.com/swc-project/swc) from 1.10.1 to 1.10.2.
- [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.1...v1.10.2)

---
updated-dependencies:
- dependency-name: "@swc/core"
  dependency-type: direct:development
  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-12-27 20:08:01 +05:30

28 lines
730 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": "20.0.0",
"@fastify/env": "^4.4.0",
"@fastify/helmet": "^13.0.0",
"@fastify/multipart": "^8.3.0",
"fastify": "^4.29.0"
},
"devDependencies": {
"@favware/cliff-jumper": "^5.0.0",
"@swc/cli": "^0.5.2",
"@swc/core": "^1.10.2",
"dotenv": "^16.4.7"
},
"packageManager": "yarn@4.0.2"
}