mirror of
https://github.com/citra-emu/discord-bot.git
synced 2024-12-22 19:36:07 +00:00
manifest: declare Node.js version requirements
This commit is contained in:
parent
3311053f7f
commit
92dd268da3
|
@ -7,6 +7,9 @@
|
|||
"subdomain": "citra-emu",
|
||||
"analyze": true,
|
||||
"license": "GPL-2.0+",
|
||||
"engines": {
|
||||
"node": ">=16.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"checkenv": "^1.2.2",
|
||||
"discord.js": "^14.6.0",
|
||||
|
|
Loading…
Reference in a new issue