{ "name": "adr-smlcompany-ca", "version": "0.1.0", "private": true, "description": "The dispute resolution practice of Pouya Lajevardi \u2014 Toronto", "type": "module", "engines": { "node": "^22.13.0 || >=24", "npm": ">=9.6.5" }, "scripts": { "dev": "astro dev", "build": "astro build", "preview": "astro preview", "check": "astro check", "check:claims": "node scripts/check-claims.mjs", "lint": "eslint . && prettier --check .", "format": "prettier --write .", "deploy": "bash scripts/deploy-local.sh", "lighthouse": "node scripts/lighthouse.mjs", "og:proof": "node scripts/og-proof.mjs", "check:intake": "node scripts/check-intake.mjs", "bio:pdf": "node scripts/bio-pdf.mjs" }, "dependencies": { "@astrojs/mdx": "^7.0.8", "@astrojs/sitemap": "^3.7.3", "astro": "^7.2.9", "sharp": "^0.35.4" }, "devDependencies": { "@astrojs/check": "^0.9.10", "@eslint/js": "^10.0.1", "@fontsource/geist": "^5.3.0", "@fontsource/instrument-serif": "^5.3.0", "chrome-launcher": "^1.2.1", "eslint": "^10.9.1", "eslint-plugin-astro": "^3.1.0", "eslint-plugin-jsx-a11y": "^6.10.2", "globals": "^17.11.0", "lighthouse": "^13.4.1", "prettier": "^3.9.6", "prettier-plugin-astro": "^0.14.1", "satori": "^0.33.4", "typescript": "^6.0.3", "typescript-eslint": "^8.68.0" }, "overrides": { "eslint-plugin-jsx-a11y": { "eslint": "$eslint" } } }