forked from lobehub/lobe-chat-agents
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.27 KB
/
package.json
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
{
"name": "@lobehub/lobe-chat-agents",
"version": "0.0.0",
"private": true,
"description": "Lobe Chat Agents Index",
"homepage": "https://github.com/lobehub/lobe-chat-agents",
"repository": {
"type": "git",
"url": "https://github.com/lobehub/lobe-chat-agents.git"
},
"license": "MIT",
"author": "LobeHub <i@lobehub.com>",
"type": "module",
"scripts": {
"awesome": "bun scripts/build.ts && bun scripts/updateAwesome.ts",
"build": "bun scripts/build.ts",
"format": "bun scripts/format.ts",
"lint": "eslint \"scripts/**/*.ts\" --fix",
"lint:md": "remark . --quiet --output",
"prettier": "prettier -c --write \"**/*.{json,ts,md}\"",
"submit": "bun scripts/autoSubmit.ts",
"test": "bun scripts/test.ts"
},
"devDependencies": {
"@lobehub/lint": "latest",
"@octokit/rest": "^20",
"@types/fs-extra": "^11",
"@types/lodash-es": "^4",
"@types/node": "^20",
"consola": "^3",
"dayjs": "^1",
"dotenv": "^16",
"eslint": "^8",
"fs-extra": "^11",
"langchain": "latest",
"lodash-es": "^4",
"prettier": "^3",
"remark": "^14",
"remark-cli": "^11",
"remark-pangu": "^2",
"typescript": "^5",
"unist-util-visit-parents": "^6",
"zod": "^3",
"zod-to-json-schema": "^3.21.4"
}
}