15 lines
295 B
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.40.1",
|
||
|
"@types/node": "^20.10.6"
|
||
|
}
|
||
|
}
|