-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 636 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 636 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "mata",
"version": "1.4.0",
"description": "This is ip geolocation application",
"main": "script.js",
"scripts": {
"start": "electron .",
"pack": "electron-builder --dir",
"dist": "electron-builder"
},
"keywords": [
"ip",
"location",
"scanner",
"geolocation"
],
"author": "ridzcode",
"license": "MIT",
"build": {
"appId": "com.ridz97.Mata",
"win": {
"target": "nsis",
"icon": "img/icon.png"
},
"asar": true
},
"devDependencies": {
"electron": "^9.4.0",
"electron-builder": "^22.7.0"
},
"dependencies": {
"yarn": "^1.22.4"
}
}