wails-template-vue/frontend/package.tmpl.json

18 lines
351 B
JSON
Raw Normal View History

{
"name": "{{.ProjectName}}",
"private": true,
"version": "0.1.0",
"description": "A Wails Template",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "{{.AuthorName}}",
"license": "MIT",
"workspaces": ["packages/*"],
2021-12-15 21:40:51 +08:00
"engines": {
"node": ">=15.0.0",
"npm": ">=7.0.0"
2021-12-15 21:40:51 +08:00
}
}