{ "name": "getchoos-website", "type": "module", "version": "0.0.1", "private": true, "repository": "https://github.com/getchoo/website.git", "author": "getchoo", "license": "MIT", "scripts": { "dev": "astro dev", "build": "astro build", "check": "astro check", "preview": "astro preview", "lint": "tsc && biome lint *", "format": "biome format --write .", "ci": "pnpm run check && tsc && biome ci *" }, "devDependencies": { "@astrojs/check": "^0.7.0", "@astrojs/sitemap": "^3.1.4", "@biomejs/biome": "1.7.3", "@fontsource-variable/noto-sans": "^5.0.5", "@fontsource/noto-sans-mono": "^5.0.20", "@types/node": "^20.12.11", "astro": "^4.8.6", "fsevents": "^2.3.3", "lightningcss": "^1.24.1", "sharp": "^0.33.4", "typescript": "^5.4.5" }, "packageManager": "pnpm@8.15.3+sha256.fc4a49bd609550a41e14d20efbce802a4b892aa4cac877322de2f0924f122991" }