mirror of
https://github.com/cupcakearmy/marp-template.git
synced 2024-11-01 03:04:12 +01:00
17 lines
399 B
JSON
17 lines
399 B
JSON
{
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "bunx @marp-team/marp-cli@latest presi.md",
|
|
"dev": "conc bun:watch bun:serve",
|
|
"serve": "bunx serve@latest . -p 80",
|
|
"watch": "bun run build -w"
|
|
},
|
|
"devDependencies": {
|
|
"@tsconfig/strictest": "latest",
|
|
"bun-types": "latest",
|
|
"concurrently": "^8.2.2",
|
|
"markdown-it-include": "^2.0.0",
|
|
"typescript": "latest"
|
|
}
|
|
}
|