You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
342 B
JSON

{
"name": "ai-synth-e2e",
"private": true,
"type": "module",
"scripts": {
"test": "playwright test",
"test:ui": "playwright test --ui",
"seed": "tsx seed.ts"
},
"devDependencies": {
"@playwright/test": "^1.50.0",
"@types/pg": "^8.11.0",
"dotenv": "^17.3.1",
"pg": "^8.13.0",
"tsx": "^4.21.0"
}
}