cozy/package.json
2023-10-01 09:16:07 +02:00

30 lines
754 B
JSON

{
"name": "@ayco/cozy",
"version": "0.1.32",
"repository": {
"type": "git",
"url": "https://github.com/ayoayco/cozy"
},
"engines": {
"node": ">=18.0.0"
},
"homepage": "https://cozy-reader.netlify.app",
"scripts": {
"start": "astro dev",
"build": "astro build",
"publish:patch": "npm version patch && npm publish --access public",
"publish:minor": "npm version minor && npm publish --access public"
},
"devDependencies": {
"astro": "^3.2.0"
},
"dependencies": {
"@astrojs/netlify": "^3.0.2",
"@astrojs/prefetch": "^0.4.0",
"@ayco/astro-resume": "^0.3.9",
"@extractus/article-extractor": "^8.0.2",
"astro-iconify": "^1.2.0",
"sass": "^1.68.0",
"ultrahtml": "^1.5.2"
}
}