| 1 | { |
| 2 | "name": "deepseek-tui", |
| 3 | "version": "0.8.15", |
| 4 | "deepseekBinaryVersion": "0.8.15", |
| 5 | "description": "Install and run deepseek and deepseek-tui binaries from GitHub release artifacts.", |
| 6 | "author": "Hmbown", |
| 7 | "license": "MIT", |
| 8 | "homepage": "https://github.com/Hmbown/DeepSeek-TUI", |
| 9 | "repository": { |
| 10 | "type": "git", |
| 11 | "url": "git+https://github.com/Hmbown/DeepSeek-TUI.git" |
| 12 | }, |
| 13 | "bugs": { |
| 14 | "url": "https://github.com/Hmbown/DeepSeek-TUI/issues" |
| 15 | }, |
| 16 | "keywords": [ |
| 17 | "deepseek", |
| 18 | "cli", |
| 19 | "tui", |
| 20 | "rust", |
| 21 | "binary", |
| 22 | "terminal" |
| 23 | ], |
| 24 | "type": "commonjs", |
| 25 | "bin": { |
| 26 | "deepseek": "bin/deepseek.js", |
| 27 | "deepseek-tui": "bin/deepseek-tui.js" |
| 28 | }, |
| 29 | "scripts": { |
| 30 | "release:check": "node scripts/verify-release-assets.js", |
| 31 | "postinstall": "node scripts/install.js", |
| 32 | "prepublishOnly": "node scripts/verify-release-assets.js", |
| 33 | "prepack": "node scripts/install.js" |
| 34 | }, |
| 35 | "engines": { |
| 36 | "node": ">=18" |
| 37 | }, |
| 38 | "publishConfig": { |
| 39 | "access": "public" |
| 40 | }, |
| 41 | "preferGlobal": true, |
| 42 | "files": [ |
| 43 | "bin/*.js", |
| 44 | "scripts/*.js", |
| 45 | "README.md", |
| 46 | "package.json" |
| 47 | ] |
| 48 | } |
| 49 |