status-desktop/package.json
Michael Bradley, Jr 32ca947850 build: regenerate package-lock.json with npm v7
Also modify `package.json` so that npm version must be >= 7 and node version
must be >= 10 (same as npm v7). This will avoid `package-lock.json` churn if
someone builds with npm version < 7.
2021-09-24 13:33:08 -05:00

15 lines
249 B
JSON

{
"name": "nim-status-client",
"version": "0.0.0",
"private": true,
"files": [],
"devDependencies": {
"create-dmg": "status-im/create-dmg#678fbd4",
"fileicon": "0.2.4"
},
"engines": {
"node": ">=10",
"npm": ">=7"
}
}