22 lines
476 B
JSON
22 lines
476 B
JSON
{
|
|
"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": {
|
|
"astro": "^7.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"playwright": "^1.48.0",
|
|
"@anthropic-ai/sdk": "^0.32.0"
|
|
}
|
|
}
|