mirror of
https://github.com/misitebao/wails-template-vue
synced 2025-02-24 05:42:16 +08:00
19 lines
498 B
JSON
19 lines
498 B
JSON
{
|
|
"name": "{{.ProjectName}}",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"description": "A Wails Template",
|
|
"main": "",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"postinstall": "((cp -f index.js.html packages/javascript/index.html) & (cp -f index.ts.html packages/typescript/index.html))& rm -rf *.html"
|
|
},
|
|
"author": "{{.AuthorName}}",
|
|
"license": "MIT",
|
|
"workspaces": ["packages/*"],
|
|
"engines": {
|
|
"node": ">=15.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
}
|