19 lines
421 B
JSON
19 lines
421 B
JSON
{
|
|
"name": "slides",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"ren_html": "marp slide-deck.md -o index.html",
|
|
"ren_pdf": "marp --allow-local-files --pdf-notes slide-deck.md -o index.pdf"
|
|
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@marp-team/marp-cli": "^3.3.1"
|
|
}
|
|
}
|