-
-
Notifications
You must be signed in to change notification settings - Fork 101
/
package.json
47 lines (47 loc) · 1.37 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
{
"name": "@lobehub/lobe-chat-plugins",
"version": "0.0.0",
"private": true,
"description": "LobeChat Plugins Index",
"homepage": "https://github.com/lobehub/lobe-chat-plugins",
"repository": {
"type": "git",
"url": "https://github.com/lobehub/lobe-chat-plugins.git"
},
"license": "MIT",
"author": "LobeHub <[email protected]>",
"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}\"",
"sync": "bun scripts/sync.ts",
"test": "bun scripts/test.ts"
},
"devDependencies": {
"@lobehub/chat-plugin-sdk": "^1.32.4",
"@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",
"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",
"typescript": "^5.5.4",
"zod": "^3.23.8",
"zod-to-json-schema": "^3.23.2"
}
}