mirror of
https://github.com/discordjs/discord.js.git
synced 2026-07-21 21:52:57 +00:00
@@ -25,7 +25,7 @@
|
||||
|
||||
## Installation
|
||||
|
||||
**Node.js 22.12.0 or newer is required.**
|
||||
**Node.js 24.17.0 or newer is required.**
|
||||
|
||||
```sh
|
||||
npm install @discordjs/structures
|
||||
|
||||
@@ -69,7 +69,7 @@
|
||||
"@discordjs/api-extractor": "workspace:^",
|
||||
"@discordjs/scripts": "workspace:^",
|
||||
"@favware/cliff-jumper": "^6.0.0",
|
||||
"@types/node": "^22.19.15",
|
||||
"@types/node": "^24.13.2",
|
||||
"@vitest/coverage-v8": "^4.1.2",
|
||||
"cpy-cli": "^7.0.0",
|
||||
"cross-env": "^10.1.0",
|
||||
@@ -85,7 +85,7 @@
|
||||
"vitest": "^4.1.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=22.12.0"
|
||||
"node": ">=24.17.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
|
||||
Reference in New Issue
Block a user