mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
54 lines
743 B
JSON
54 lines
743 B
JSON
{
|
|
"npmScope": "nativescript",
|
|
"workspaceLayout": {
|
|
"appsDir": "apps",
|
|
"libsDir": "packages"
|
|
},
|
|
"implicitDependencies": {
|
|
"workspace.json": "*",
|
|
"package.json": {
|
|
"dependencies": "*",
|
|
"devDependencies": "*"
|
|
},
|
|
"tsconfig.json": "*",
|
|
"tslint.json": "*",
|
|
"nx.json": "*",
|
|
".eslintrc.json": "*"
|
|
},
|
|
"projects": {
|
|
"apps-automated": {
|
|
"tags": []
|
|
},
|
|
"apps-toolbox": {
|
|
"tags": []
|
|
},
|
|
"apps-ui": {
|
|
"tags": []
|
|
},
|
|
"core": {
|
|
"tags": []
|
|
},
|
|
"core-api-docs": {
|
|
"tags": []
|
|
},
|
|
"types": {
|
|
"tags": []
|
|
},
|
|
"types-ios": {
|
|
"tags": []
|
|
},
|
|
"types-android": {
|
|
"tags": []
|
|
},
|
|
"ui-mobile-base": {
|
|
"tags": []
|
|
},
|
|
"webpack": {
|
|
"tags": []
|
|
},
|
|
"webpack5": {
|
|
"tags": []
|
|
}
|
|
}
|
|
}
|