mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
* add new lib adf-testing * fix the prefix * Improve package * Add testing project * remove useless stuff * Remove useless code
43 lines
645 B
JSON
43 lines
645 B
JSON
{
|
|
"npmScope": "my-company",
|
|
"implicitDependencies": {
|
|
"angular.json": "*",
|
|
"package.json": "*",
|
|
"tsconfig.json": "*",
|
|
"tslint.json": "*",
|
|
"nx.json": "*"
|
|
},
|
|
"projects": {
|
|
"dev": {
|
|
"tags": []
|
|
},
|
|
"dist": {
|
|
"tags": []
|
|
},
|
|
"core": {
|
|
"tags": []
|
|
},
|
|
"content-services": {
|
|
"tags": []
|
|
},
|
|
"process-services": {
|
|
"tags": []
|
|
},
|
|
"process-services-cloud": {
|
|
"tags": []
|
|
},
|
|
"insights": {
|
|
"tags": []
|
|
},
|
|
"lib-e2e-test": {
|
|
"tags": []
|
|
},
|
|
"extensions": {
|
|
"tags": []
|
|
},
|
|
"testing": {
|
|
"tags": []
|
|
}
|
|
}
|
|
}
|