summaryrefslogtreecommitdiffstats
path: root/package.json
blob: 271d04975160927a2cf853a4d76f5219b27ea5c6 (plain)
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
{
  "name": "xxy-oscilloscope",
  "productName": "XXY Oscilloscope",
  "version": "1.1.0",
  "main": "main.js",
  "build": {
    "appId": "nu.s-ol.XXYOscilloscope",
    "mac": {
      "category": "public.app-category.music"
    }
  },
  "scripts": {
    "start": "electron .",
    "build:dir": "electron-builder --dir",
    "build": "electron-builder",
    "postinstall": "electron-builder install-app-deps"
  },
  "repository": {
    "type": "git",
    "url": "git@git.s-ol.nu:public/xxy-oscilloscope.git"
  },
  "license": "MIT",
  "devDependencies": {
    "electron": "^39.2.1",
    "electron-builder": "^26.0.12"
  }
}