cozy/package.json
Ayo Ayco 99a028a64f
fix: index not cached (#48)
* fix: make sure to cache index

* 0.1.22
2023-06-14 22:55:00 +02:00

16 lines
301 B
JSON

{
"name": "@ayco/cozy",
"version": "0.1.22",
"scripts": {
"start": "astro dev",
"build": "astro build"
},
"devDependencies": {
"astro": "^2.5.7"
},
"dependencies": {
"@astrojs/netlify": "^2.2.2",
"@extractus/article-extractor": "^7.2.15",
"sass": "^1.62.1"
}
}