23 lines
504 B
JSON
23 lines
504 B
JSON
{
|
|
"name": "@ayco/cozy",
|
|
"version": "0.1.32",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ayoayco/cozy"
|
|
},
|
|
"homepage": "https://cozy-reader.netlify.app",
|
|
"scripts": {
|
|
"start": "astro dev",
|
|
"build": "astro build"
|
|
},
|
|
"devDependencies": {
|
|
"astro": "^2.9.1"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/netlify": "^2.2.2",
|
|
"@ayco/astro-resume": "^0.3.4",
|
|
"@extractus/article-extractor": "^7.2.15",
|
|
"astro-iconify": "^1.2.0",
|
|
"sass": "^1.62.1"
|
|
}
|
|
}
|