Files
alfresco-content-app/projects/aca-playwright-shared/package.json
T
Ehsan Rezaei 7fba034c74 AAE-37857 Removing ADF from the list of peerDependencies (#4774)
* AAE-37857 Bumping verisons to fix upstream

* AAE-37857 Removing ADF from the list of peerDependencies
2025-09-01 18:26:50 +02:00

17 lines
321 B
JSON

{
"name": "@alfresco/aca-playwright-shared",
"version": "0.0.1",
"license": "LGPL-3.0",
"scripts": {},
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"tslib": ">=2.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Alfresco/alfresco-content-app.git"
}
}