19 lines
410 B
JSON
19 lines
410 B
JSON
{
|
|
"name": "firefish-archiver",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"serve": "npx @11ty/eleventy --serve"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@11ty/eleventy": "^2.0.1",
|
|
"@11ty/eleventy-img": "^3.1.8",
|
|
"@11ty/eleventy-plugin-rss": "^1.2.0",
|
|
"markdown-it": "^14.0.0",
|
|
"markdown-it-link-attributes": "^4.0.1"
|
|
}
|
|
}
|