-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 751 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 751 Bytes
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
{
"name": "chatgpt-i18n-checker",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"type": "commonjs",
"scripts": {
"start": "node src/index.js",
"create": "node src/tools/create.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@fastify/cors": "8.4.1",
"@fastify/static": "6.12.0",
"@fastify/url-data": "5.4.0",
"@fastify/view": "8.2.0",
"ejs": "3.1.9",
"fastify": "4.24.3",
"gray-matter": "4.0.3",
"highlight.js": "11.9.0",
"html-minifier": "4.0.0",
"katex": "0.16.9",
"marked": "10.0.0",
"marked-highlight": "2.0.7"
},
"devDependencies": {
"dotenv": "^16.3.1",
"glob": "^10.3.3",
"https-proxy-agent": "^7.0.1"
}
}