Files
PugApp/Website/package.json
2024-09-27 01:11:00 +08:00

31 lines
773 B
JSON

{
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"updateVersion": [
{
"id": 1,
"version": "1.0.0",
"downUrl": "http://127.0.0.1:9000/PugToHtml-1.0.3-mac.zip",
"introduce": [
{ "id": 1, "text": "项目第一次上传" },
{ "id": 2, "text": "实现核心功能" }
]
},
{
"id": 2,
"version": "1.0.3",
"downUrl": "http://127.0.0.1:9000/PugToHtml-1.0.3-mac.zip",
"introduce": [
{ "id": 1, "text": "实现开机自启" },
{ "id": 2, "text": "实现主题切换" },
{ "id": 3, "text": "实现检查更新功能" },
{ "id": 4, "text": "实现启动欢迎页面" }
]
}
],
"dependencies": {
"express": "^4.17.1"
}
}