17 lines
406 B
JSON
17 lines
406 B
JSON
{
|
|
"name": "madr-se-cv",
|
|
"private": true,
|
|
"scripts": {
|
|
"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",
|
|
"puppeteer": "^23.6.0"
|
|
}
|
|
}
|