summaryrefslogtreecommitdiff
path: root/package.json
blob: ca4f4605e2cdf74f750bf92fa7ac55d78f1ccfd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "dependencies": {
    "@electron/remote": "^2.0.9",
    "axios": "^1.3.5",
    "electron": "^23.1.4",
    "electron-packager": "^17.1.1",
    "systeminformation": "^5.17.12"
  },
  "main": "main.js",
  "scripts": {
    "start": "electron ."
  }
}