14 lines
233 B
JSON
14 lines
233 B
JSON
{
|
|
"private": true,
|
|
"name": "playwright-test-types",
|
|
"version": "0.0.0",
|
|
"description": "Check types",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"tsc": "tsc -p ."
|
|
},
|
|
"dependencies": {
|
|
"playwright-core": "^0.9.23"
|
|
}
|
|
}
|