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.
18 lines
370 B
18 lines
370 B
{
|
|
"name": "Portfall",
|
|
"description": "Enter your project description",
|
|
"author": {
|
|
"name": "Reuben Thomas-Davis",
|
|
"email": "reuben@rekon.uk"
|
|
},
|
|
"version": "v0.4.0",
|
|
"binaryname": "Portfall",
|
|
"frontend": {
|
|
"dir": "frontend",
|
|
"install": "npm install",
|
|
"build": "npm run build",
|
|
"bridge": "src",
|
|
"serve": "npm run start"
|
|
},
|
|
"WailsVersion": "v1.0.2"
|
|
}
|