返回 CodeWhale
package.json
根目录 / npm / deepseek-tui / package.json
1 {
2 "name": "deepseek-tui",
3 "version": "0.8.49",
4 "private": true,
5 "description": "Deprecated legacy package name. Install `codewhale` instead; this package is not republished.",
6 "author": "Hmbown",
7 "license": "MIT",
8 "funding": [
9 {
10 "type": "github",
11 "url": "https://github.com/sponsors/Hmbown"
12 },
13 {
14 "type": "buymeacoffee",
15 "url": "https://www.buymeacoffee.com/hmbown"
16 }
17 ],
18 "homepage": "https://github.com/Hmbown/CodeWhale/blob/main/docs/REBRAND.md",
19 "repository": {
20 "type": "git",
21 "url": "git+https://github.com/Hmbown/CodeWhale.git"
22 },
23 "bugs": {
24 "url": "https://github.com/Hmbown/CodeWhale/issues"
25 },
26 "keywords": [
27 "compatibility",
28 "deepseek",
29 "codewhale"
30 ],
31 "type": "commonjs",
32 "scripts": {
33 "postinstall": "node scripts/deprecation-notice.js"
34 },
35 "engines": {
36 "node": ">=18"
37 },
38 "files": [
39 "scripts/*.js",
40 "README.md",
41 "package.json"
42 ]
43 }
44
44 lines JSON