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
Raw Normal View History

2024-03-04 19:57:54 +00:00
{
"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",
2024-03-04 19:57:54 +00:00
"@types/node": "^20.10.6"
}
}