Spaces:
Running
Running
File size: 416 Bytes
a1c02f9 d0f407b a1c02f9 ab57dda a1c02f9 e259e97 a1c02f9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
{
"name": "ai-pronunciation-trainer",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "for x in chromium firefox webkit MobileChrome MobileSafari; do echo '# $x #''; pnpm playwright test --workers 1 --project=$x --retries=3; done"
},
"type": "module",
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@playwright/test": "^1.49.0"
}
}
|