18 lines
390 B
JSON
18 lines
390 B
JSON
|
{
|
||
|
"name": "firefish-archiver",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"devDependencies": {
|
||
|
"@11ty/eleventy": "^2.0.1",
|
||
|
"@11ty/eleventy-plugin-rss": "^1.2.0",
|
||
|
"markdown-it": "^14.0.0",
|
||
|
"markdown-it-link-attributes": "^4.0.1"
|
||
|
}
|
||
|
}
|