Files
discordeno/docker-apps/rest-passthrough/package.json
dependabot[bot] 789ee67507 build(deps-dev): bump @swc/core in /docker-apps/rest-passthrough (#3767)
Bumps [@swc/core](https://github.com/swc-project/swc) from 1.6.13 to 1.7.0.
- [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.6.13...v1.7.0)

---
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>
2024-07-20 16:54:52 -05:00

28 lines
742 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.991609d",
"@fastify/env": "^4.4.0",
"@fastify/helmet": "^11.1.1",
"@fastify/multipart": "^8.3.0",
"fastify": "^4.28.1"
},
"devDependencies": {
"@favware/cliff-jumper": "^4.0.2",
"@swc/cli": "^0.4.0",
"@swc/core": "^1.7.0",
"dotenv": "^16.4.5"
},
"packageManager": "yarn@4.0.2"
}