mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-31 16:00:07 +00:00
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.15 to 20.11.25. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" 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>
48 lines
1.5 KiB
JSON
48 lines
1.5 KiB
JSON
{
|
|
"name": "benchmark",
|
|
"version": "0.0.0",
|
|
"main": "./dist/esm/index.js",
|
|
"exports": {
|
|
"import": "./dist/esm/index.js",
|
|
"require": "./dist/cjs/index.cjs",
|
|
"types": "./dist/types/index.d.ts"
|
|
},
|
|
"types": "./dist/types/index.d.ts",
|
|
"type": "module",
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/discordeno/discordeno.git"
|
|
},
|
|
"scripts": {
|
|
"build:type": "tsc --declaration --emitDeclarationOnly --declarationDir dist/types",
|
|
"release-build": "yarn build && yarn build:type",
|
|
"fmt": "eslint --fix \"src/**/*.ts*\"",
|
|
"lint": "eslint \"src/**/*.ts*\"",
|
|
"build": "swc src --strip-leading-paths --delete-dir-on-start --out-dir dist && node ../../scripts/fixBenchExtension.js",
|
|
"build-message": "swc src/generateMessage.ts --strip-leading-paths -C sourceMaps=false --out-dir ../../scripts && node ../../scripts/fixBenchExtension.js",
|
|
"bench": "node dist/index.js"
|
|
},
|
|
"dependencies": {
|
|
"@discordeno/bot": "19.0.0-beta.1",
|
|
"@discordeno/gateway": "19.0.0-alpha.1",
|
|
"@discordeno/rest": "19.0.0-alpha.1",
|
|
"@discordeno/types": "19.0.0-beta.1",
|
|
"@discordeno/utils": "19.0.0-beta.1",
|
|
"benchmark": "^2.1.4",
|
|
"microtime": "^3.1.1",
|
|
"node-fetch": "^3.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@swc/cli": "^0.3.9",
|
|
"@swc/core": "^1.4.2",
|
|
"@types/benchmark": "^2.1.5",
|
|
"@types/node": "^20.11.25",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-discordeno": "*",
|
|
"ts-node": "^10.9.2",
|
|
"tsconfig": "*",
|
|
"typescript": "5.3.3"
|
|
}
|
|
}
|