linux-command/package.json

44 lines
1004 B
JSON

{
"name": "linux-command",
"version": "1.10.0",
"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 <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",
"archiver": "~5.3.0",
"colors-cli": "~1.0.28",
"ejs": "~3.1.6",
"fs-extra": "~10.1.0",
"markdown-to-html-cli": "~3.4.1",
"sitemap-generator": "~8.5.1",
"sqlite3": "5.0.8",
"stylus": "~0.58.0",
"uglify-js": "~3.16.0"
},
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
}
}