Initial commit: Astro scaffold, review template, voorstelformulier, screenshot/AI-automatisering
This commit is contained in:
21
package.json
Normal file
21
package.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user