-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.28 KB
/
package.json
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
35
36
37
38
39
40
41
42
43
44
{
"name": "gui-stack-analyze",
"version": "15.0.0",
"description": "GUI version inspired from npm module stack-analyze 1.0.5 and browser extension",
"main": "app/main.js",
"repository": {
"type": "git",
"url": "git+https://github.com/intermachine-developers/gui-stack-analyze.git"
},
"bugs": {
"url": "https://github.com/intermachine-developers/gui-stack-analyze/issues"
},
"homepage": "https://github.com/intermachine-developers/gui-stack-analyze#readme",
"scripts": {
"start": "electron .",
"lint": "eslint .",
"electron:win": "electron-packager . stack-analyze --icon=icon/icon.ico --overwrite --out=dist --platform=win32 --arch=x64",
"electron:linux": "electron-builder -l AppImage"
},
"keywords": [
"wappalyzer",
"tech stack",
"intermachine",
"material design"
],
"author": "Intermachine Developers",
"license": "MIT",
"dependencies": {
"axios": "^1.7.7",
"chart.js": "^4.4.6",
"css-validator": "^0.11.0",
"html-validator": "^6.0.1",
"normalize.css": "^8.0.1",
"systeminformation": "^5.23.5",
"timeago.js": "^4.0.2",
"w3c-css-validator": "^1.3.2",
"wapalyzer": "^6.10.65"
},
"devDependencies": {
"electron": "^33.2.0",
"electron-builder": "^25.1.8",
"eslint": "^9.15.0"
}
}