marp-template/package.json
2023-11-10 15:54:25 +01:00

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"
}
}