mirror of
https://git.tacowolf.net/TacoWolf/mestizo.monster.git
synced 2026-06-12 17:00:04 -04:00
18 lines
391 B
JSON
18 lines
391 B
JSON
{
|
|
"dependencies": {
|
|
"@11ty/eleventy": "^3.1.5",
|
|
"eleventy-plugin-reading-time": "^0.0.1",
|
|
"markdown-it": "^14.1.1"
|
|
},
|
|
"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"
|
|
}
|