mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-27 14:41:44 +08:00

* Support parsing embed directives from package * Validate `embed` directives on build * `.gitkeep` -> `gitkeep` * Make step silent. Fix for `wails dev`
13 lines
303 B
JSON
13 lines
303 B
JSON
{
|
|
"name": "staticanalysis",
|
|
"outputfilename": "staticanalysis",
|
|
"frontend:install": "npm install",
|
|
"frontend:build": "npm run build",
|
|
"frontend:dev:watcher": "npm run dev",
|
|
"frontend:dev:serverUrl": "auto",
|
|
"author": {
|
|
"name": "Lea Anthony",
|
|
"email": "lea.anthony@gmail.com"
|
|
}
|
|
}
|