11 lines
156 B
JSON
11 lines
156 B
JSON
{
|
|
"name": "trademate-tests",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "node test_all.mjs"
|
|
},
|
|
"dependencies": {
|
|
"playwright": "^1.60.0"
|
|
}
|
|
}
|