astro/examples/social-feed/package.json
2023-09-25 15:28:01 -05:00

18 lines
356 B
JSON

{
"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": {
"@astrojs/rss": "^3.0.0",
"astro": "^3.0.1",
"reading-time": "^1.5.0"
}
}