{ "name": "aitestbank", "type": "module", "version": "0.1.0", "private": true, "scripts": { "dev": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro", "screenshot": "node scripts/screenshot.mjs", "new-review": "node --env-file-if-exists=.env scripts/new-review.mjs" }, "dependencies": { "@astrojs/markdown-remark": "^7.2.1", "astro": "^7.0.0", "mdast-util-find-and-replace": "^3.0.2", "node-emoji": "^2.2.0", "remark-emoji": "^5.0.2" }, "devDependencies": { "@anthropic-ai/sdk": "^0.32.0", "playwright": "^1.48.0" } }