cv/package.json

17 lines
378 B
JSON
Raw Normal View History

{
2024-10-18 11:54:29 +02:00
"name": "madr-se-cv",
"private": true,
"scripts": {
2024-10-18 11:54:29 +02:00
"build": "node index.js"
},
"devDependencies": {
"@metalsmith/permalinks": "^2.2.0",
"handlebars": "^4.7.7",
"metalsmith": "^2.1.0",
"metalsmith-html-minifier": "^3.0.3",
"metalsmith-layouts": "^1.4.1",
"metalsmith-markdown-remarkable": "^1.0.2",
"metalsmith-static": "0.0.5"
}
}