Files
jiebanke/website/package.json
aiotagro b2d940e014 docs(deployment): 更新部署文档并添加自动化部署脚本
- 更新了 DEPLOYMENT.md 文档,增加了更多部署细节和说明
- 添加了 Linux 和 Windows 平台的自动化部署脚本
- 更新了 README.md,增加了部署相关说明
- 调整了 .env 文件配置,以适应新的部署流程
- 移除了部分不必要的代码和配置
2025-09-10 14:16:27 +08:00

15 lines
356 B
JSON

{
"name": "jiebanke-website",
"version": "1.0.0",
"description": "结伴客官方网站",
"scripts": {
"build": "echo \"Website is a static site, no build required.\"",
"dev": "echo \"Website is a static site, no dev server required.\""
},
"keywords": [
"website",
"static"
],
"author": "jiebanke-team",
"license": "MIT"
}