Files
alfresco-ng2-components/nx.json
Maurizio Vitale 08231bbf33 adf-testing package (#4152)
* add new lib adf-testing

* fix the prefix

* Improve package

* Add testing project

* remove useless stuff

* Remove useless code
2019-02-19 15:08:41 +00:00

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": []
}
}
}