This commit is contained in:
louiscklaw
2025-02-01 01:59:40 +08:00
commit f2b7d287fa
3364 changed files with 882214 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"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"
}
}