{
  "name": "@bellona/remote-control-testing",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "root": "testing/bellona/remote-control",
  "sourceRoot": "testing/bellona/remote-control",
  "projectType": "library",
  "tags": ["scope:bellona", "layer:test-infra", "type:testing", "surface:remote-control"],
  "targets": {
    "build": {
      "executor": "@nx/js:tsc",
      "outputs": ["{options.outputPath}"],
      "options": {
        "outputPath": "dist/testing/bellona/remote-control",
        "main": "testing/bellona/remote-control/index.ts",
        "tsConfig": "testing/bellona/remote-control/tsconfig.lib.json",
        "packageJson": "testing/bellona/remote-control/package.json",
        "assets": ["testing/bellona/remote-control/README.md"]
      }
    },
    "typecheck": {
      "executor": "nx:run-commands",
      "options": {
        "cwd": "testing/bellona/remote-control",
        "command": "tsc --noEmit -p tsconfig.json --rootDir ../../../"
      }
    },
    "lint": {
      "executor": "@nx/eslint:lint",
      "options": {
        "lintFilePatterns": ["testing/bellona/remote-control/**/*.ts"]
      }
    },
    "test": {
      "executor": "@nx/vite:test",
      "outputs": ["{workspaceRoot}/coverage/testing/bellona/remote-control"],
      "options": {
        "config": "testing/bellona/remote-control/vitest.config.ts"
      }
    }
  }
}
