mirror of
https://github.com/Syngnat/GoNavi.git
synced 2026-08-15 19:24:23 +08:00
- 新增无头运行时及连接、查询、导出、批处理、审计和 MCP 命令 - 复用活动数据根、密文存储与跨进程锁,落实写入安全和取消语义 - 增加六平台 CLI 归档、独立校验和、Docker、npm 与 WinGet 分发 - 隔离 GUI/CLI 更新资产并强化 macOS 签名与公证门禁 - 补充并发、审计、事务及发布契约回归测试 Refs #902
30 lines
592 B
JSON
30 lines
592 B
JSON
{
|
|
"name": "@syngnat/gonavi-cli",
|
|
"version": "0.9.3",
|
|
"description": "Verified platform wrapper for the GoNavi headless CLI",
|
|
"bin": {
|
|
"gonavi": "bin/gonavi.js"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"install.js",
|
|
"README.md"
|
|
],
|
|
"scripts": {
|
|
"postinstall": "node install.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Syngnat/GoNavi.git",
|
|
"directory": "npm/gonavi-cli"
|
|
},
|
|
"homepage": "https://github.com/Syngnat/GoNavi",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|