This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
IdHub_E2E_testing/package.json

15 lines
295 B
JSON

{
"name": "idhub-test",
"version": "1.0.0",
"description": "Testing of IdHub modules",
"main": "index.js",
"scripts": {},
"keywords": [],
"author": "Orchestral team",
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.42.1",
"@types/node": "^20.10.6"
}
}