{ "name": "@ayco/cozy", "version": "0.3.3", "repository": { "type": "git", "url": "https://github.com/ayoayco/cozy" }, "engines": { "node": ">=18.0.0" }, "homepage": "https://cozy.pub", "scripts": { "start": "astro dev", "build": "astro build", "build:preview": "astro build && node ./server.mjs", "publish:patch": "npm version patch && npm publish --access public", "publish:minor": "npm version minor && npm publish --access public", "deploy:client": "astro build && scp -r dist/client/ ayo@ayco.io:~/cozy/dist/" }, "devDependencies": { "@astrojs/check": "^0.9.4", "@astrojs/mdx": "^3.1.8", "@astrojs/node": "^8.3.4", "@astrojs/rss": "^4.0.9", "@astrojs/sitemap": "^3.2.1", "@ayco/astro-sw": "^0.8.8", "@extractus/article-extractor": "^8.0.10", "@fastify/middie": "^8.3.1", "@fastify/static": "^7.0.4", "astro": "^4.16.7", "astro-iconify": "^1.2.0", "fastify": "^4.28.1", "sass": "^1.77.8", "typescript": "^5.5.4", "ultrahtml": "^1.5.3", "vitest": "^2.1.4" } }