Spaces:
Running
Running
{ | |
"name": "ai-pronunciation-trainer", | |
"version": "1.0.0", | |
"description": "", | |
"main": "index.js", | |
"scripts": { | |
"test": " pnpm playwright test --workers 1 --retries=4" | |
}, | |
"type": "module", | |
"keywords": [], | |
"author": "", | |
"license": "ISC", | |
"dependencies": { | |
"@playwright/test": "^1.49.1" | |
} | |
} | |