46 lines
1002 B
JSON
46 lines
1002 B
JSON
{
|
|
"name": "deepseek-tui",
|
|
"version": "0.8.46",
|
|
"description": "Legacy compatibility package. Renamed to `codewhale`; run `npm install -g codewhale` for new installs.",
|
|
"author": "Hmbown",
|
|
"license": "MIT",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/Hmbown"
|
|
},
|
|
{
|
|
"type": "buymeacoffee",
|
|
"url": "https://www.buymeacoffee.com/hmbown"
|
|
}
|
|
],
|
|
"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": [
|
|
"compatibility",
|
|
"deepseek",
|
|
"codewhale"
|
|
],
|
|
"type": "commonjs",
|
|
"scripts": {
|
|
"postinstall": "node scripts/deprecation-notice.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"files": [
|
|
"scripts/*.js",
|
|
"README.md",
|
|
"package.json"
|
|
]
|
|
}
|