mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-02 17:00:08 +00:00
Bumps [@favware/cliff-jumper](https://github.com/favware/cliff-jumper) from 4.0.3 to 4.1.0. - [Release notes](https://github.com/favware/cliff-jumper/releases) - [Changelog](https://github.com/favware/cliff-jumper/blob/main/CHANGELOG.md) - [Commits](https://github.com/favware/cliff-jumper/compare/@favware/cliff-jumper@4.0.3...@favware/cliff-jumper@4.1.0) --- updated-dependencies: - dependency-name: "@favware/cliff-jumper" 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> Co-authored-by: Fleny <Fleny113@outlook.com>
28 lines
742 B
JSON
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.9194740",
|
|
"@fastify/env": "^4.4.0",
|
|
"@fastify/helmet": "^11.1.1",
|
|
"@fastify/multipart": "^8.3.0",
|
|
"fastify": "^4.28.1"
|
|
},
|
|
"devDependencies": {
|
|
"@favware/cliff-jumper": "^4.1.0",
|
|
"@swc/cli": "^0.4.0",
|
|
"@swc/core": "^1.7.6",
|
|
"dotenv": "^16.4.5"
|
|
},
|
|
"packageManager": "yarn@4.0.2"
|
|
}
|