-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.41 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "@recode/cli",
"version": "3.1.2",
"description": "ReCode - 开源的多模型 AI 对话界面",
"type": "module",
"main": "recode-temp/package/cli.js",
"bin": {
"re-code": "./recode-temp/package/cli.js"
},
"scripts": {
"prepare-src": "node scripts/prepare-src.mjs",
"build": "npm run prepare-src && node scripts/build.mjs",
"check": "npm run prepare-src && tsc --noEmit",
"start": "node recode-temp/package/cli.js"
},
"engines": {
"node": ">=18.0.0"
},
"keywords": [
"ai",
"claude",
"chat",
"cli",
"recode"
],
"author": "ReCode Team",
"license": "MIT",
"homepage": "https://github.com/mangiapanejohn-dev/-Re-Code",
"dependencies": {
"chalk": "^5.3.0",
"ignore": "^5.3.0",
"lodash-es": "^4.17.21",
"@anthropic-ai/sdk": "^0.40.0",
"@growthbook/growthbook": "^1.0.0",
"execa": "^9.0.0",
"zod": "^3.23.0",
"axios": "^1.7.0",
"emoji-regex": "^10.3.0",
"east-asian-width": "^0.1.1",
"strip-ansi": "^7.1.0",
"jsonc-parser": "^3.2.0",
"lru-cache": "^10.0.0",
"env-paths": "^2.2.1",
"@aws-sdk/client-bedrock": "^3.500.0",
"@aws-sdk/credential-provider-node": "^3.500.0",
"@smithy/node-http-handler": "^3.0.0",
"google-auth-library": "^9.0.0",
"https-proxy-agent": "^7.0.0",
"undici": "^6.0.0"
},
"devDependencies": {
"esbuild": "^0.27.4",
"typescript": "^6.0.2"
}
}