UNPKG

947 BJSONView Raw
1{
2 "name": "linux-command",
3 "version": "1.6.1",
4 "description": "Linux Command",
5 "main": "dist/data.json",
6 "scripts": {
7 "start": "npm run build",
8 "build": "node build/build.js",
9 "dash": "npm run build && node build/dash.js"
10 },
11 "files": [
12 "command",
13 "dist"
14 ],
15 "keywords": [
16 "cli",
17 "Linux",
18 "Command"
19 ],
20 "author": "kenny wang <wowohoo@qq.com>",
21 "license": "MIT",
22 "repository": {
23 "type": "git",
24 "url": "git+https://github.com/jaywcjlove/linux-command.git"
25 },
26 "devDependencies": {
27 "archiver": "5.1.0",
28 "colors-cli": "1.0.27",
29 "ejs": "3.1.3",
30 "fs-extra": "9.0.1",
31 "marked": "1.2.6",
32 "prismjs": "1.22.0",
33 "sitemap-generator": "8.5.1",
34 "sqlite3": "4.1.1",
35 "stylus": "0.54.8",
36 "uglify-js": "3.12.1"
37 },
38 "bugs": {
39 "url": "https://github.com/jaywcjlove/linux-command/issues"
40 },
41 "homepage": "https://jaywcjlove.github.io/linux-command/"
42}