12 lines
228 B
JSON
12 lines
228 B
JSON
{
|
|
"name": "makerfloss-slides",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "./build-slides.sh"
|
|
},
|
|
"devDependencies": {
|
|
"@marp-team/marp-cli": "^4.1.0",
|
|
"@marp-team/marp-core": "^4.1.0"
|
|
}
|
|
}
|