-
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": "stupid-network-monitor",
"version": "2026.02.24",
"description": "Uses Electron to put a stupid network activity monitor in the macOS menu bar.",
"license": "CC0-1.0",
"main": "src/main.mjs",
"scripts": {
"dev": "electron-forge start",
"package": "node scripts/package.mjs",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@resvg/resvg-js": "latest",
"@resvg/resvg-wasm": "latest",
"d3": "latest"
},
"devDependencies": {
"@biomejs/biome": "latest",
"@electron-forge/cli": "latest",
"@electron-forge/maker-dmg": "latest",
"@electron-forge/plugin-auto-unpack-natives": "latest",
"@electron-forge/plugin-fuses": "latest",
"@electron-forge/publisher-github": "latest",
"@electron-forge/shared-types": "latest",
"@electron/fuses": "latest",
"@types/d3": "latest",
"@types/node": "^22.19.7",
"@typescript/native-preview": "latest",
"electron": "latest",
"sharp": "latest",
"typescript": "latest"
},
"packageManager": "pnpm@10.29.2+sha512.bef43fa759d91fd2da4b319a5a0d13ef7a45bb985a3d7342058470f9d2051a3ba8674e629672654686ef9443ad13a82da2beb9eeb3e0221c87b8154fff9d74b8",
"engines": {
"node": "24",
"pnpm": "10"
},
"pnpm": {
"onlyBuiltDependencies": [
"electron",
"esbuild",
"fs-xattr",
"macos-alias"
]
}
}