mirror of
https://github.com/cupcakearmy/marp-template.git
synced 2024-11-01 03:04:12 +01:00
14 lines
323 B
JSON
14 lines
323 B
JSON
{
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "bunx @marp-team/marp-cli@latest presentation.md",
|
|
"dev": "conc bun:watch bun:serve",
|
|
"serve": "bunx serve@latest . -p 80",
|
|
"watch": "bun run build -w"
|
|
},
|
|
"devDependencies": {
|
|
"@nicco.io/markdown-it-import": "latest",
|
|
"concurrently": "latest"
|
|
}
|
|
}
|