mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-21 02:40:08 +00:00
Bumps [typescript](https://github.com/microsoft/TypeScript) from 6.0.2 to 6.0.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v6.0.2...v6.0.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.3 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> Co-authored-by: Awesome Stickz <awesome@stickz.dev>
27 lines
651 B
JSON
27 lines
651 B
JSON
{
|
|
"name": "rest-passthrough",
|
|
"private": true,
|
|
"type": "module",
|
|
"version": "1.0.0",
|
|
"packageManager": "yarn@4.6.0",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"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": "^6.0.0",
|
|
"@fastify/helmet": "^13.0.2",
|
|
"@fastify/multipart": "^10.0.0",
|
|
"fastify": "^5.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@favware/cliff-jumper": "^6.1.0",
|
|
"@types/node": "^25.6.0",
|
|
"dotenv": "^17.4.2",
|
|
"typescript": "^6.0.3"
|
|
}
|
|
}
|