{ "name": "deepseek-tui", "version": "0.8.41", "description": "Deprecated. Renamed to `codewhale`. Run `npm install -g codewhale` instead.", "author": "Hmbown", "license": "MIT", "homepage": "https://github.com/Hmbown/CodeWhale/blob/main/docs/REBRAND.md", "repository": { "type": "git", "url": "git+https://github.com/Hmbown/CodeWhale.git" }, "bugs": { "url": "https://github.com/Hmbown/CodeWhale/issues" }, "keywords": [ "deprecated", "deepseek", "codewhale" ], "type": "commonjs", "scripts": { "postinstall": "node scripts/deprecation-notice.js" }, "engines": { "node": ">=18" }, "publishConfig": { "access": "public" }, "files": [ "scripts/*.js", "README.md", "package.json" ] }