We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f35bf13 commit 93b0fcfCopy full SHA for 93b0fcf
package.json
@@ -2,8 +2,15 @@
2
"name": "todo-my-app-name",
3
"productName": "Todo My App Name",
4
"description": "Todo my app description",
5
- "author": "Chetan <chetab@gmail.com>",
6
"license": "MIT",
+ "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
+ },
14
"main": "./.erb/dll/main.bundle.dev.js",
15
"scripts": {
16
"build": "concurrently \"npm run build:main\" \"npm run build:renderer\"",
@@ -224,6 +231,10 @@
224
231
"bucket": "awqdefrtgtrgtghty"
225
232
}
226
233
},
234
+ "devEngines": {
235
+ "node": ">=14.x",
236
+ "npm": ">=7.x"
237
227
238
"electronmon": {
228
239
"patterns": [
229
240
"!**/**",
0 commit comments