auto updates

This commit is contained in:
Andrew Gundersen 2021-04-12 12:18:37 -05:00
commit 4b6d42612a
6 changed files with 100 additions and 26 deletions

View file

@ -9,15 +9,12 @@
},
"main": "background.js",
"scripts": {
"dev": "yarn electron:serve",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint",
"electron:build": "vue-cli-service electron:build",
"electron:serve": "vue-cli-service electron:serve",
"postinstall": "electron-builder install-app-deps",
"postuninstal": "electron-builder install-app-deps"
"dev": "vue-cli-service electron:serve",
"build": "vue-cli-service electron:build"
},
"repository": {
"type" : "git",
"url" : "https://gitlab.com/crimata/electron-app.git"
},
"dependencies": {
"@google-cloud/speech": "^4.2.0",
@ -30,6 +27,7 @@
"animejs": "^3.2.0",
"core-js": "^3.6.5",
"electron-is-dev": "^2.0.0",
"electron-updater": "^4.3.8",
"mitt": "^2.1.0",
"naudiodon": "^2.3.2",
"node-record-lpcm16": "^1.0.1",