mirror of
https://github.com/misitebao/wails-template-vue
synced 2025-02-24 13:52:16 +08:00
17 lines
399 B
JSON
17 lines
399 B
JSON
{
|
|
"name": "{{.ProjectName}}",
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"main": "",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"postinstall": "cp -f index.js.html JS/index.html & cp -f index.ts.html TS/index.html && rm -rf *.html"
|
|
},
|
|
"author": "{{.AuthorName}}",
|
|
"license": "ISC",
|
|
"workspaces": ["JS", "TS"],
|
|
"engines": {
|
|
"npm": ">=7.0.0"
|
|
}
|
|
}
|