mirror of
https://github.com/status-im/status-app.git
synced 2026-08-27 15:11:20 +00:00
End-of-Life for Node.js 18 was on 30th of April, and the recommended version to ugprade to is 22 according to this article: https://nodejs.org/en/blog/announcements/node-18-eol-support This upgrade should have no impact on usage of create-dmg tool. Signed-off-by: Jakub Sokołowski <jakub@status.im>
17 lines
272 B
JSON
17 lines
272 B
JSON
{
|
|
"name": "nim-status-client",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"files": [],
|
|
"devDependencies": {
|
|
"create-dmg": "status-im/create-dmg#678fbd4"
|
|
},
|
|
"engines": {
|
|
"node": ">=22",
|
|
"npm": ">=7"
|
|
},
|
|
"dependencies": {
|
|
"nodemon": "3.0.1"
|
|
}
|
|
}
|