{ "name": "apq-cfg-docs", "version": "1.0.0", "description": "Apq.Cfg 文档站点 - 高性能 .NET 配置管理库", "type": "module", "scripts": { "dev": "vitepress dev", "build": "vitepress build", "preview": "vitepress preview", "deploy": "npm run build && tcb hosting deploy .vitepress/dist -e $TCB_ENV_ID" }, "keywords": [ "apq.cfg", "configuration", "dotnet", "documentation", "vitepress" ], "author": "Apq", "license": "MIT", "devDependencies": { "vitepress": "^1.5.0" } }