create-marp-slides
Version:
CLI tool for scaffolding Marp presentation projects with GitHub Pages deployment
42 lines (41 loc) • 1.1 kB
JSON
{
"name": "create-marp-slides",
"version": "1.0.5",
"description": "CLI tool for scaffolding Marp presentation projects with GitHub Pages deployment",
"main": "src/cli.js",
"type": "module",
"bin": {
"create-marp-slides": "./bin/create-marp-slides"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node bin/create-marp-slides"
},
"keywords": ["marp", "slides", "presentation", "cli", "scaffold", "github-pages"],
"author": "Masakazu Ohtsubo <ohtsubo@example.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/MasakazuOhtsubo/create-marp-slides.git"
},
"homepage": "https://github.com/MasakazuOhtsubo/create-marp-slides#readme",
"bugs": {
"url": "https://github.com/MasakazuOhtsubo/create-marp-slides/issues"
},
"engines": {
"node": ">=16.0.0"
},
"files": [
"bin/",
"src/",
"templates/",
"README.md",
"CHANGELOG.md"
],
"dependencies": {
"chalk": "^5.4.1",
"commander": "^14.0.0",
"fs-extra": "^11.3.0",
"inquirer": "^12.7.0"
}
}