{
  "sourceRoot": "packages/sdk/src",
  "projectType": "library",
  "targets": {
    "build": {
      "executor": "@nrwl/js:tsc",
      "outputs": ["{options.outputPath}"],
      "options": {
        "outputPath": "dist/packages/sdk",
        "main": "packages/sdk/src/index.ts",
        "packageJson": "packages/sdk/package.json",
        "tsConfig": "packages/sdk/tsconfig.lib.json"
      },
      "configurations": {
        "production": {
          "updateBuildableProjectDepsInPackageJson": true,
          "buildableProjectDepsInPackageJsonType": "dependencies"
        }
      }
    },
    "lint": {
      "executor": "@nrwl/linter:eslint",
      "outputs": ["{options.outputFile}"],
      "options": {
        "lintFilePatterns": ["packages/sdk/**/*.ts"]
      }
    },
    "test": {
      "executor": "@nrwl/jest:jest",
      "outputs": ["coverage/packages/sdk"],
      "options": {
        "jestConfig": "packages/sdk/jest.config.ts",
        "passWithNoTests": true
      }
    }
  },
  "tags": ["type:sdk-main"]
}
