blog/package.json

20 lines
471 B
JSON
Raw Normal View History

2022-05-10 21:41:47 -04:00
{
"name": "walkah.blog",
"version": "1.0.0",
"description": "The new blog. Just like the old blog.",
"scripts": {
"build": "eleventy",
"start": "eleventy --serve --watch"
},
"author": {
"name": "James Walker",
"email": "walkah@walkah.net",
"url": "https://walkah.net/"
},
"license": "MIT",
"devDependencies": {
"@11ty/eleventy": "^1.0.1",
"@11ty/eleventy-navigation": "^0.3.3",
"@11ty/eleventy-plugin-rss": "^1.0.9"
}
}