{
  "name": "@oshun/ml",
  "root": "libs/shared/ml",
  "sourceRoot": "libs/shared/ml/src",
  "projectType": "library",
  "tags": ["scope:shared", "layer:infra", "type:util"],
  "targets": {
    "build": {
      "executor": "@nx/js:tsc",
      "outputs": ["{options.outputPath}"],
      "options": {
        "outputPath": "dist/libs/shared/ml",
        "main": "libs/shared/ml/src/index.ts",
        "tsConfig": "libs/shared/ml/tsconfig.lib.json",
        "assets": ["libs/shared/ml/*.md"]
      }
    },
    "test": {
      "executor": "@nx/vite:test",
      "outputs": ["{options.reportsDirectory}"],
      "options": {
        "config": "libs/shared/ml/vitest.config.ts",
        "reportsDirectory": "coverage/libs/shared/ml"
      }
    },
    "lint": {
      "executor": "@nx/eslint:lint",
      "outputs": ["{options.outputFile}"]
    }
  }
}
