mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-01 16:30:08 +00:00
Bumps [@swc/core](https://github.com/swc-project/swc) from 1.3.101 to 1.3.102. - [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.3.101...v1.3.102) --- 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>
27 lines
687 B
JSON
27 lines
687 B
JSON
{
|
|
"name": "rest-passthrough",
|
|
"private": true,
|
|
"type": "module",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"build": "swc src --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.25.2"
|
|
},
|
|
"devDependencies": {
|
|
"@favware/cliff-jumper": "^2.2.3",
|
|
"@swc/cli": "^0.1.63",
|
|
"@swc/core": "^1.3.102",
|
|
"dotenv": "^16.3.1"
|
|
},
|
|
"packageManager": "yarn@4.0.2"
|
|
}
|