10 lines
296 B
JSON
10 lines
296 B
JSON
{
|
|
"name": "e2e-plugin",
|
|
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
|
"sourceRoot": "e2e/plugin",
|
|
"projectType": "application",
|
|
"implicitDependencies": ["create-nx-plugin"],
|
|
"// targets": "to see all targets run: nx show project e2e-plugin --web",
|
|
"targets": {}
|
|
}
|