blog/package.json

21 lines
442 B
JSON

{
"name": "blog",
"version": "0.0.0",
"description": "The Personal Blog of Z. Charles Dziura",
"private": true,
"repository": {
"type": "git",
"url": "\"\""
},
"author": "\"Z. Charles Dziura <zachary@dziura.email>",
"type": "module",
"scripts": {
"start": "npx @11ty/eleventy --serve",
"build": "npx @11ty/eleventy"
},
"devDependencies": {
"@11ty/eleventy": "^3.0.0",
"luxon": "^3.6.1",
"markdown-it": "^14.1.0"
}
}