返回 DeepSeek-Reasonix
package.json
根目录 / npm / reasonix / package.json
1 {
2 "name": "reasonix",
3 "version": "0.0.0",
4 "description": "Cache-first DeepSeek coding agent for the terminal.",
5 "bin": {
6 "reasonix": "bin/reasonix.js"
7 },
8 "files": [
9 "bin/reasonix.js"
10 ],
11 "engines": {
12 "node": ">=18"
13 },
14 "license": "MIT",
15 "homepage": "https://github.com/esengine/DeepSeek-Reasonix#readme",
16 "repository": {
17 "type": "git",
18 "url": "git+https://github.com/esengine/DeepSeek-Reasonix.git"
19 },
20 "bugs": {
21 "url": "https://github.com/esengine/DeepSeek-Reasonix/issues"
22 },
23 "keywords": [
24 "deepseek",
25 "ai",
26 "agent",
27 "cli",
28 "coding-assistant",
29 "tui"
30 ],
31 "optionalDependencies": {
32 "@reasonix/cli-darwin-arm64": "0.0.0",
33 "@reasonix/cli-darwin-x64": "0.0.0",
34 "@reasonix/cli-linux-arm64": "0.0.0",
35 "@reasonix/cli-linux-x64": "0.0.0",
36 "@reasonix/cli-win32-arm64": "0.0.0",
37 "@reasonix/cli-win32-x64": "0.0.0"
38 }
39 }
40
40 lines JSON