{ "name": "adr-smlcompany-ca", "version": "0.1.0", "private": true, "description": "The dispute resolution practice of Pouya Lajevardi — 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" }, "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", "eslint": "^10.9.1", "eslint-plugin-astro": "^3.1.0", "eslint-plugin-jsx-a11y": "^6.10.2", "globals": "^17.11.0", "prettier": "^3.9.6", "prettier-plugin-astro": "^0.14.1", "typescript": "^6.0.3", "typescript-eslint": "^8.68.0" }, "overrides": { "eslint-plugin-jsx-a11y": { "eslint": "$eslint" } } }