aboutsummaryrefslogtreecommitdiffstats
path: root/packages/main/package.json
blob: 11a6270473aef6f31d5726abe8b317b18976926c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "@sophie/main",
  "version": "0.1.0",
  "private": true,
  "main": "dist/index.cjs",
  "scripts": {
    "build": "vite build",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "electron": "^16.0.5"
  },
  "devDependencies": {
    "@types/electron-devtools-installer": "^2.2.0",
    "@types/node": "^16.11.15",
    "electron-devtools-installer": "^3.2.0",
    "typescript": "^4.5.4",
    "vite": "^2.7.6"
  }
}