forked from jaywcjlove/linux-command
-
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) · 729 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 729 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": "linux-command",
"version": "1.24.0",
"private": true,
"description": "Linux Command — 命令速查手册",
"type": "module",
"homepage": "https://github.com/AlexanderJ-Carter/linux-command",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"sync:upstream": "node scripts/sync-upstream.mjs"
},
"keywords": [
"cli",
"Linux",
"Command"
],
"license": "MIT",
"engines": {
"node": ">=20.0.0"
},
"dependencies": {
"@astrojs/sitemap": "^3.7.3",
"astro": "^5.12.9",
"fuse.js": "^7.5.0",
"isomorphic-dompurify": "^3.22.0",
"marked": "^15.0.12"
},
"devDependencies": {
"@resvg/resvg-js": "^2.6.2"
}
}