44 lines
963 B
JSON
44 lines
963 B
JSON
{
|
|
"name": "deepseek-tui",
|
|
"version": "0.8.49",
|
|
"private": true,
|
|
"description": "Deprecated legacy package name. Install `codewhale` instead; this package is not republished.",
|
|
"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"
|
|
},
|
|
"files": [
|
|
"scripts/*.js",
|
|
"README.md",
|
|
"package.json"
|
|
]
|
|
}
|