Files
plane/tests/integration-tests/package.json
2025-06-06 10:14:44 -07:00

15 lines
264 B
JSON

{
"name": "integration-tests",
"version": "1.0.0",
"main": "index.js",
"scripts": {},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@playwright/test": "^1.51.1",
"@types/node": "^22.13.14"
}
}