0407451150
- workspace.package.version: 0.8.30 → 0.8.31 - per-crate path-dependency version pins: 0.8.30 → 0.8.31 (31 entries) - npm/deepseek-tui: version + deepseekBinaryVersion → 0.8.31 - Cargo.lock refreshed via `cargo update --workspace --offline` - CHANGELOG: [Unreleased] → [0.8.31] - 2026-05-12 with theme paragraph - new [Unreleased] anchor + [0.8.31] compare link Verified with `./scripts/release/check-versions.sh`: Version state OK: workspace=0.8.31, npm=0.8.31, lockfile in sync. Verified parity gates green pre-bump (see prior commits) and post-bump (cargo fmt --all --check, cargo clippy --workspace --all-targets --all-features --locked -- -D warnings).
51 lines
1.2 KiB
JSON
51 lines
1.2 KiB
JSON
{
|
|
"name": "deepseek-tui",
|
|
"version": "0.8.31",
|
|
"deepseekBinaryVersion": "0.8.31",
|
|
"description": "Install and run deepseek and deepseek-tui binaries from GitHub release artifacts.",
|
|
"author": "Hmbown",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/Hmbown/DeepSeek-TUI",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Hmbown/DeepSeek-TUI.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Hmbown/DeepSeek-TUI/issues"
|
|
},
|
|
"keywords": [
|
|
"deepseek",
|
|
"cli",
|
|
"tui",
|
|
"rust",
|
|
"binary",
|
|
"terminal"
|
|
],
|
|
"type": "commonjs",
|
|
"bin": {
|
|
"deepseek": "bin/deepseek.js",
|
|
"deepseek-tui": "bin/deepseek-tui.js"
|
|
},
|
|
"scripts": {
|
|
"release:check": "node scripts/verify-release-assets.js",
|
|
"postinstall": "node scripts/install.js --optional",
|
|
"prepublishOnly": "node scripts/verify-release-assets.js",
|
|
"prepack": "node scripts/install.js",
|
|
"test": "node --test test/*.test.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"preferGlobal": true,
|
|
"files": [
|
|
"bin/*.js",
|
|
"scripts/*.js",
|
|
"test/*.js",
|
|
"README.md",
|
|
"package.json"
|
|
]
|
|
}
|