-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.26 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.26 KB
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
45
46
{
"name": "gui-stack-analyze",
"version": "18.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-builder --win 7z",
"electron:linux": "electron-builder -l AppImage"
},
"keywords": [
"wappalyzer",
"tech stack",
"intermachine"
],
"author": "stack-analyze",
"license": "MIT",
"dependencies": {
"@tcgdex/sdk": "^2.7.1",
"axios": "^1.13.2",
"chart.js": "^4.5.1",
"css-validator": "^0.11.0",
"html-validator": "^6.0.1",
"normalize.css": "^8.0.1",
"systeminformation": "^5.27.11",
"timeago.js": "^4.0.2",
"w3c-css-validator": "^1.4.0",
"wapalyzer": "^6.10.65"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.39.1",
"electron": "^39.2.4",
"electron-builder": "^26.0.12",
"eslint": "^9.39.1"
}
}