wails-template-vue/frontend/package.tmpl.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"
}
}