mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-01 08:20:08 +00:00
* build(deps-dev): bump @swc/cli in /docker-apps/rest-passthrough Bumps [@swc/cli](https://github.com/swc-project/pkgs) from 0.3.6 to 0.3.9. - [Commits](https://github.com/swc-project/pkgs/commits) --- updated-dependencies: - dependency-name: "@swc/cli" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Add the --strip-leading-paths or else SWC will create invalid paths --------- 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> Co-authored-by: Matt Hatcher <3768988+MatthewSH@users.noreply.github.com>
27 lines
706 B
JSON
27 lines
706 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.9006572",
|
|
"@fastify/env": "^4.3.0",
|
|
"@fastify/helmet": "^11.1.1",
|
|
"fastify": "^4.26.0"
|
|
},
|
|
"devDependencies": {
|
|
"@favware/cliff-jumper": "^2.2.3",
|
|
"@swc/cli": "^0.3.9",
|
|
"@swc/core": "^1.4.0",
|
|
"dotenv": "^16.4.1"
|
|
},
|
|
"packageManager": "yarn@4.0.2"
|
|
}
|