{ "name": "dashersupply", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro check && astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/check": "^0.7.0", "astro": "^4.11.0", "bootstrap": "^5.3.3", "cheerio": "*", "crawlee": "^3.0.0", "playwright": "*" }, "devDependencies": { "@apify/tsconfig": "^0.1.0", "@types/node": "^20.0.0", "tsx": "^4.4.0", "typescript": "^5.5.2" } }