-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
34 lines (34 loc) · 914 Bytes
/
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
{
"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",
"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",
"dotenv": "^16",
"fs-extra": "^11.2.0",
"lodash-es": "^4.17.21",
"typescript": "^5.4.5",
"vitest": "^2.1.2",
"zod": "^3.23.6",
"zod-to-json-schema": "^3.23.0"
}
}