2023-06-14 15:50:31 +00:00
|
|
|
{
|
|
|
|
"name": "@example/social-feed",
|
|
|
|
"type": "module",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "astro dev",
|
|
|
|
"start": "astro dev",
|
|
|
|
"build": "astro build",
|
|
|
|
"preview": "astro preview",
|
|
|
|
"astro": "astro"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-09-12 19:38:43 +00:00
|
|
|
"@astrojs/rss": "^3.0.0",
|
2023-09-12 21:22:36 +00:00
|
|
|
"astro": "^3.0.1",
|
|
|
|
"reading-time": "^1.5.0"
|
2023-06-14 15:50:31 +00:00
|
|
|
}
|
|
|
|
}
|