mestizo.monster/package.json

23 lines
530 B
JSON

{
"dependencies": {
"@11ty/eleventy": "^3.1.5",
"eleventy-plugin-reading-time": "^0.0.1",
"markdown-it": "^14.1.1",
"markdown-it-footnote": "^4.0.0"
},
"name": "mestizo.monster",
"version": "1.0.0",
"description": "",
"main": "eleventy.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"devDependencies": {
"prettier": "^3.8.1",
"prettier-plugin-jinja-template": "^2.1.0"
}
}