marp-template/package.json

14 lines
323 B
JSON
Raw Normal View History

2023-11-10 15:54:25 +01:00
{
"type": "module",
"scripts": {
2023-11-16 15:46:19 +01:00
"build": "bunx @marp-team/marp-cli@latest presentation.md",
2023-11-10 15:54:25 +01:00
"dev": "conc bun:watch bun:serve",
"serve": "bunx serve@latest . -p 80",
"watch": "bun run build -w"
},
"devDependencies": {
2023-11-16 15:46:19 +01:00
"@nicco.io/markdown-it-import": "latest",
"concurrently": "latest"
2023-11-10 15:54:25 +01:00
}
}