44 lines
988 B
JSON
44 lines
988 B
JSON
{
|
|
"name": "linux-command",
|
|
"version": "1.16.0",
|
|
"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 <wowohoo@qq.com>",
|
|
"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.0.8",
|
|
"stylus": "~0.59.0",
|
|
"uglify-js": "~3.17.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
}
|