wails-template-vue/frontend/package.json

16 lines
261 B
JSON
Raw Normal View History

{
"name": "{{.ProjectName}}",
"version": "0.1.0",
"description": "",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "{{.AuthorName}}",
"license": "ISC",
"workspaces": [
"JS",
"TS"
]
}