-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) Β· 909 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) Β· 909 Bytes
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
{
"name": "cf-chatui",
"version": "1.0.0",
"description": "εΊδΊ Cloudflare Workers AI ηε€εθ½ AI ε―Ήθ― Web ηι’",
"type": "module",
"main": "src/index.ts",
"scripts": {
"deploy": "wrangler deploy",
"dev": "wrangler dev",
"tail": "wrangler tail",
"typecheck": "tsc --noEmit"
},
"keywords": [
"cloudflare-workers",
"ai",
"chat",
"chatgpt",
"glm",
"flux",
"embedding",
"workers-ai"
],
"author": "CF ChatUI Contributors",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/stephenlzc/cf-chatui.git"
},
"bugs": {
"url": "https://github.com/stephenlzc/cf-chatui/issues"
},
"homepage": "https://github.com/stephenlzc/cf-chatui#readme",
"devDependencies": {
"@cloudflare/workers-types": "^4.20240101.0",
"typescript": "^5.9.3"
},
"engines": {
"node": ">=18.0.0"
}
}