forked from jaywcjlove/linux-command
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.14 KB
/
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
44
45
46
47
48
49
{
"name": "linux-command",
"version": "1.8.1",
"description": "Linux Command",
"homepage": "https://jaywcjlove.github.io/linux-command/",
"main": "dist/data.json",
"scripts": {
"start": "npm run build",
"build": "node build/build.mjs",
"dash": "npm run build && node build/dash.js"
},
"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": {
"@mapbox/rehype-prism": "0.7.0",
"unified": "10.1.0",
"rehype-stringify": "9.0.2",
"rehype-raw": "6.1.0",
"rehype-slug": "5.0.0",
"rehype-autolink-headings": "6.1.0",
"remark-parse": "10.0.0",
"remark-rehype": "9.0.0",
"rehype-attr": "1.4.2",
"archiver": "5.3.0",
"colors-cli": "1.0.27",
"ejs": "3.1.6",
"fs-extra": "10.0.0",
"sitemap-generator": "8.5.1",
"sqlite3": "5.0.2",
"stylus": "0.54.8",
"uglify-js": "3.14.1"
},
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
}
}