mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-03 09:20:08 +00:00
Bumps [@swc/cli](https://github.com/swc-project/pkgs) from 0.3.10 to 0.3.12. - [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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
28 lines
744 B
JSON
28 lines
744 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.d81b28a",
|
|
"@fastify/env": "^4.3.0",
|
|
"@fastify/helmet": "^11.1.1",
|
|
"@fastify/multipart": "^8.2.0",
|
|
"fastify": "^4.26.2"
|
|
},
|
|
"devDependencies": {
|
|
"@favware/cliff-jumper": "^3.0.1",
|
|
"@swc/cli": "^0.3.12",
|
|
"@swc/core": "^1.4.13",
|
|
"dotenv": "^16.4.5"
|
|
},
|
|
"packageManager": "yarn@4.0.2"
|
|
}
|