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