mirror of
https://github.com/misitebao/wails-template-vue
synced 2025-05-11 09:38:01 +08:00
16 lines
261 B
JSON
16 lines
261 B
JSON
{
|
|
"name": "{{.ProjectName}}",
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"main": "",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "{{.AuthorName}}",
|
|
"license": "ISC",
|
|
"workspaces": [
|
|
"JS",
|
|
"TS"
|
|
]
|
|
}
|