mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-02 08:50:07 +00:00
Bumps [@swc/core](https://github.com/swc-project/swc) from 1.12.9 to 1.13.3. - [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.12.9...v1.13.3) --- updated-dependencies: - dependency-name: "@swc/core" dependency-version: 1.13.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>
27 lines
709 B
JSON
27 lines
709 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": "^5.0.2",
|
|
"@fastify/helmet": "^13.0.1",
|
|
"@fastify/multipart": "^9.0.3",
|
|
"fastify": "^5.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@favware/cliff-jumper": "^6.0.0",
|
|
"@swc/cli": "^0.7.8",
|
|
"@swc/core": "^1.13.3",
|
|
"dotenv": "^17.2.1"
|
|
}
|
|
}
|