Files
alfresco-content-app/projects/aca-viewer/package.json
2023-03-07 17:06:18 +00:00

20 lines
382 B
JSON

{
"name": "@alfresco/aca-viewer",
"version": "0.0.1",
"license": "LGPL-3.0",
"peerDependencies": {
"@angular/common": "^14.1.0",
"@angular/core": "^14.1.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/Alfresco/alfresco-content-app.git"
}
}