@shower/cli
Version:
Command line interface for Shower
52 lines (51 loc) • 978 B
JSON
{
"name": "@shower/cli",
"description": "Command line interface for Shower",
"version": "1.1.0",
"publishConfig": {
"access": "public"
},
"author": {
"name": "Nikolay Govorov",
"email": "nikolay_govorov@bk.ru"
},
"homepage": "https://github.com/shower/shower/tree/main/packages/cli",
"repository": {
"type": "git",
"url": "git://github.com/shower/shower.git",
"directory": "packages/cli"
},
"bugs": {
"url": "https://github.com/shower/shower/issues"
},
"license": "MIT",
"keywords": [
"shower",
"presentation",
"cli"
],
"type": "module",
"engines": {
"node": ">=22"
},
"bin": {
"shower": "bin/cli.js"
},
"files": [
"bin",
"core",
"templates"
],
"dependencies": {
"archiver": "^7.0.1",
"@puppeteer/browsers": "^2.13.0",
"gh-pages": "^6.3.0",
"inquirer": "^13.3.0",
"puppeteer-core": "^24.38.0",
"vite": "^8.0.0",
"yargs": "^18.0.0"
},
"scripts": {
"test": "node --test core/command/__tests__/*.test.js"
}
}