-
-
Notifications
You must be signed in to change notification settings - Fork 172
/
package.json
57 lines (57 loc) · 1.61 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
47
48
49
50
51
52
53
54
55
56
57
{
"name": "@lobehub/agents-index",
"version": "1.2.1",
"description": "LobeChat awesome 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 <[email protected]>",
"type": "module",
"main": "public/index.json",
"files": [
"public"
],
"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}\"",
"release": "semantic-release",
"submit": "bun scripts/autoSubmit.ts",
"test": "bun scripts/test.ts",
"test:locale": "bun scripts/testLocale.ts"
},
"devDependencies": {
"@lobehub/lint": "^1.24.3",
"@octokit/rest": "^20.1.1",
"@types/fs-extra": "^11.0.4",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.14.14",
"consola": "^3.2.3",
"dayjs": "^1.11.12",
"dirty-json": "^0.9.2",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"fs-extra": "^11.2.0",
"langchain": "0.1.37",
"lodash-es": "^4.17.21",
"p-map": "^7.0.2",
"prettier": "^3.3.3",
"remark": "^14.0.3",
"remark-cli": "^11.0.0",
"remark-pangu": "^2.2.0",
"semantic-release": "^21.1.2",
"typescript": "^5.5.4",
"zod": "^3.23.8",
"zod-to-json-schema": "^3.23.2"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
}
}