forked from go/golangs_learn
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
518 B
22 lines
518 B
{
|
|
"name": "Optimus",
|
|
"description": "Image conversion and compression. Supports WebP, JPEG, and PNG.",
|
|
"author": {
|
|
"name": "Christopher Murphy",
|
|
"email": "flyweight@protonmail.com"
|
|
},
|
|
"version": "0.5.0-beta",
|
|
"binaryname": "optimus",
|
|
"frontend": {
|
|
"dir": "frontend",
|
|
"install": "npm install",
|
|
"build": "npm run build",
|
|
"bridge": "src",
|
|
"serve": "npm run serve"
|
|
},
|
|
"WailsVersion": "1.7.1",
|
|
"CrossCompile": false,
|
|
"Platform": "",
|
|
"Architecture": "",
|
|
"LdFlags": ""
|
|
}
|
|
|