Files
004_comission/amicho/ddmseoul/marp_src/package.json
louiscklaw ad92aa80a9 update,
2025-01-31 19:24:26 +08:00

20 lines
563 B
JSON

{
"name": "ddmseoul-presentation",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gitSync": "git fetch --all && git pull",
"gitUpdate": "git add . && git commit -m \"update ddmseoul-presentation,\" && git push",
"build": "rm -rf *.html **/*.html && yarn marp -I . -o ./build",
"watch": "npx nodemon -e \"*.md\" --exec yarn build"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@marp-team/marp-cli": "^2.0.4"
}
}