generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.23 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.23 KB
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
{
"name": "docs.vidol.chat",
"version": "1.0.0",
"description": "docs for lobevidol",
"main": "index.js",
"private": true,
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "mintlify dev --port 7001",
"i18n": "lobe-i18n md && tsx scripts/i18nWorkflow/moveFile.ts",
"cdn": "tsx scripts/mdxWorkflow/autoCDN.ts"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/v-idol/docs.vidol.chat.git"
},
"keywords": [
"docs",
"vidol",
"lobe",
"ai"
],
"author": "rdmclin2",
"license": "ISC",
"bugs": {
"url": "https://github.com/v-idol/docs.vidol.chat/issues"
},
"homepage": "https://github.com/v-idol/docs.vidol.chat#readme",
"devDependencies": {
"@aws-sdk/client-s3": "^3.691.0",
"@aws-sdk/s3-request-presigner": "^3.691.0",
"@types/crypto-js": "^4.2.2",
"@types/node": "^22.9.0",
"consola": "^3.2.3",
"crypto-js": "^4.2.0",
"dotenv": "^16.4.5",
"glob": "^10.4.5",
"gray-matter": "^4.0.3",
"mime": "^4.0.4",
"p-map": "^7.0.2",
"sharp": "^0.33.5",
"tsx": "^4.19.2",
"typescript": "^5.6.3"
},
"dependencies": {
"@lobehub/i18n-cli": "^1.20.0"
}
}