{ "name": "e2e-js", "$schema": "../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "e2e/js", "projectType": "application", "implicitDependencies": ["jest"], "targets": { "e2e-ci--src/js-generators.test.ts": { "dependsOn": [ "nx:build-native", "@nx/nx-source:populate-local-registry-storage" ], "inputs": ["e2eInputs"] } } }