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