add build script

This commit is contained in:
2023-06-04 11:04:15 +02:00
parent 41b8dd6d03
commit 430c271f62
3 changed files with 18 additions and 3 deletions

View File

@@ -1,6 +1,18 @@
{
"name": "imagevideoupscaler",
"version": "0.1.0",
"version": "2.0.0-dev1",
"maintainers": [ "Janis Hutz <development@janishutz.com>" ],
"description": "An Electron frontend to the ImageVideoUpscaler-CLI",
"homepage": "https://janishutz.com/scaler.html",
"author": {
"name":"Janis Hutz",
"email": "development@janishutz.com",
"url":"https://janishutz.com"
},
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/simplePCBuilding/FSRImageVideoUpscalerFrontend/issues"
},
"private": true,
"scripts": {
"serve": "vue-cli-service serve",