blog/package.json

23 lines
536 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",
2022-05-19 22:08:42 -04:00
"@11ty/eleventy-plugin-rss": "^1.0.9",
"@tryghost/content-api": "^1.9.4",
"dotenv": "^16.0.1"
2022-05-10 21:41:47 -04:00
}
2022-05-19 22:08:42 -04:00
}