mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
* initial project scaffold * visibility rules placeholders * custom scope for rules evaluators * unit tests and minor improvements * update e2e * add write permission check * update e2e * update e2e * enable the env variable * fix tests * update e2e * fix e2e
12 lines
206 B
JSON
12 lines
206 B
JSON
{
|
|
"name": "@alfresco/aca-folder-rules",
|
|
"version": "0.0.1",
|
|
"peerDependencies": {
|
|
"@angular/common": "^10.2.4",
|
|
"@angular/core": "^10.2.4"
|
|
},
|
|
"dependencies": {
|
|
"tslib": "^2.0.0"
|
|
}
|
|
}
|