add build script
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user