forked from jaywcjlove/linux-command
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 988 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
35
36
37
38
39
40
41
42
43
{
"name": "linux-command",
"version": "1.19.1",
"description": "Linux Command",
"homepage": "https://jaywcjlove.github.io/linux-command/",
"main": "dist/data.json",
"scripts": {
"start": "npm run build",
"build": "node scripts/build.mjs",
"dash": "npm run build && node scripts/dash.mjs"
},
"files": [
"command",
"dist"
],
"keywords": [
"cli",
"Linux",
"Command"
],
"author": "kenny wang <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/jaywcjlove/linux-command.git"
},
"devDependencies": {
"@uiw/github-corners": "~1.5.11",
"@wcj/dark-mode": "~1.0.14",
"colors-cli": "~1.0.31",
"ejs": "~3.1.6",
"compressing": "^1.6.2",
"fs-extra": "~10.1.0",
"markdown-to-html-cli": "~4.0.0",
"sitemap-generator": "~8.5.1",
"sqlite3": "5.1.5",
"stylus": "~0.63.0",
"uglify-js": "~3.19.0"
},
"engines": {
"node": ">=16.0.0"
}
}