22 lines
528 B
JSON
22 lines
528 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",
|
|
"gitUpdate":"git add . && git commit -m'update,'"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@marp-team/marp-cli": "^3.3.1"
|
|
},
|
|
"dependencies": {
|
|
"live-server": "^1.2.2"
|
|
}
|
|
}
|