-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
41 lines (41 loc) · 1.09 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
{
"name": "@v-idol/vidol-chat-market",
"version": "0.0.0",
"private": true,
"description": "Vidol Chat Market Index",
"homepage": "https://github.com/v-idol/vidol-chat-market",
"repository": {
"type": "git",
"url": "https://github.com/v-idol/vidol-chat-market.git"
},
"license": "MIT",
"author": "rdmclin2 <[email protected]>",
"type": "module",
"scripts": {
"build": "bun scripts/build.ts",
"test": "bun scripts/test.ts",
"format": "bun scripts/format.ts",
"vitest": "vitest",
"submitAgent": "bun scripts/submit/agent.ts",
"submitDance": "bun scripts/submit/dance.ts"
},
"devDependencies": {
"@octokit/rest": "^20",
"@types/node": "^20.12.8",
"consola": "^3.2.3",
"dayjs": "^1.11.11",
"dirty-json": "^0.9.2",
"dotenv": "^16",
"fs-extra": "^11.2.0",
"langchain": "0.1.37",
"lodash-es": "^4.17.21",
"p-map": "^7.0.2",
"prettier": "^3.3.3",
"remark": "^15.0.1",
"remark-pangu": "^2.2.0",
"typescript": "^5.4.5",
"vitest": "^2.1.2",
"zod": "^3.23.6",
"zod-to-json-schema": "^3.23.0"
}
}