mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
* AAE-37857 Bumping verisons to fix upstream * AAE-37857 Removing ADF from the list of peerDependencies
17 lines
321 B
JSON
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"
|
|
}
|
|
}
|