1 | {
|
2 | "name": "linux-command",
|
3 | "version": "1.14.0",
|
4 | "description": "Linux Command",
|
5 | "homepage": "https://jaywcjlove.github.io/linux-command/",
|
6 | "main": "dist/data.json",
|
7 | "scripts": {
|
8 | "start": "npm run build",
|
9 | "build": "node scripts/build.mjs",
|
10 | "dash": "npm run build && node scripts/dash.mjs"
|
11 | },
|
12 | "files": [
|
13 | "command",
|
14 | "dist"
|
15 | ],
|
16 | "keywords": [
|
17 | "cli",
|
18 | "Linux",
|
19 | "Command"
|
20 | ],
|
21 | "author": "kenny wang <wowohoo@qq.com>",
|
22 | "license": "MIT",
|
23 | "repository": {
|
24 | "type": "git",
|
25 | "url": "git+https://github.com/jaywcjlove/linux-command.git"
|
26 | },
|
27 | "devDependencies": {
|
28 | "@uiw/github-corners": "~1.5.11",
|
29 | "@wcj/dark-mode": "~1.0.14",
|
30 | "colors-cli": "~1.0.28",
|
31 | "ejs": "~3.1.6",
|
32 | "compressing": "^1.6.2",
|
33 | "fs-extra": "~10.1.0",
|
34 | "markdown-to-html-cli": "~3.5.0",
|
35 | "sitemap-generator": "~8.5.1",
|
36 | "sqlite3": "5.0.8",
|
37 | "stylus": "~0.59.0",
|
38 | "uglify-js": "~3.17.0"
|
39 | },
|
40 | "engines": {
|
41 | "node": ">=16.0.0"
|
42 | }
|
43 | }
|