Skip to content

Commit 93b0fcf

Browse files
committed
fixes
1 parent f35bf13 commit 93b0fcf

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

package.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,15 @@
22
"name": "todo-my-app-name",
33
"productName": "Todo My App Name",
44
"description": "Todo my app description",
5-
"author": "Chetan <chetab@gmail.com>",
65
"license": "MIT",
6+
"keywords": [
7+
"google maps extractor"
8+
],
9+
"author": {
10+
"name": "Chetan",
11+
"email": "53407137+Chetan11-dev@users.noreply.github.com",
12+
"url": "https://www.omkar.cloud/"
13+
},
714
"main": "./.erb/dll/main.bundle.dev.js",
815
"scripts": {
916
"build": "concurrently \"npm run build:main\" \"npm run build:renderer\"",
@@ -224,6 +231,10 @@
224231
"bucket": "awqdefrtgtrgtghty"
225232
}
226233
},
234+
"devEngines": {
235+
"node": ">=14.x",
236+
"npm": ">=7.x"
237+
},
227238
"electronmon": {
228239
"patterns": [
229240
"!**/**",

0 commit comments

Comments
 (0)