forked from jaywcjlove/linux-command
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 924 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
{
"name": "linux-command",
"version": "1.8.2",
"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": {
"archiver": "5.3.0",
"colors-cli": "1.0.28",
"ejs": "3.1.6",
"fs-extra": "10.0.0",
"markdown-to-html-cli": "3.1.3",
"sitemap-generator": "8.5.1",
"sqlite3": "5.0.2",
"stylus": "0.55.0",
"uglify-js": "3.14.2"
},
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
}
}