linux-command/package.json

42 lines
933 B
JSON

{
"name": "linux-command",
"version": "1.9.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": {
"archiver": "~5.3.0",
"colors-cli": "~1.0.28",
"ejs": "~3.1.6",
"fs-extra": "~10.0.1",
"markdown-to-html-cli": "~3.2.5",
"sitemap-generator": "~8.5.1",
"sqlite3": "~5.0.2",
"stylus": "~0.56.0",
"uglify-js": "~3.15.2"
},
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
}
}