Files
aurak/package.json
T
Developer 3d73618270 chore: 清理根目录冗余文件(翻译工具/旧脚本/调试文件/截图等)
删除约50个文件:
- 翻译/i18n工具 21个(cjk_*、extract_*、apply_*等)
- 部署脚本 3个(build_and_push、deploy)
- 诊断调试文件 15个(check_*、query_*、db_output等)
- 旧截图 1个
- 杂项配置文件 3个(.antigravityrules .cursorrules tm_schema.txt)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-16 14:04:53 +08:00

20 lines
390 B
JSON

{
"name": "simple-kb-monorepo",
"private": true,
"workspaces": [
"web",
"server"
],
"scripts": {
"dev": "concurrently \"yarn workspace web dev\" \"yarn workspace server start:dev\"",
"install:all": "yarn install"
},
"devDependencies": {
"concurrently": "^8.2.2"
},
"dependencies": {
"@playwright/test": "^1.61.0",
"playwright": "^1.60.0"
}
}