devicehub-django/tests/end-to-end/package.json

16 lines
278 B
JSON
Raw Normal View History

2025-01-22 10:26:42 +00:00
{
"name": "end-to-end",
"version": "1.0.0",
"main": "index.js",
"scripts": {},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"description": "",
"devDependencies": {
"@playwright/test": "^1.49.1",
"@types/node": "^22.10.7"
}
}