{
  "name": "@oshun/ai-platform",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "libs/oshun/ai-platform/src",
  "projectType": "library",
  "tags": ["scope:oshun", "layer:agentic", "type:lib"],
  "targets": {
    "build": {
      "executor": "@nx/js:tsc",
      "outputs": ["{options.outputPath}"],
      "options": {
        "outputPath": "dist/libs/oshun/ai-platform",
        "main": "libs/oshun/ai-platform/src/index.ts",
        "tsConfig": "libs/oshun/ai-platform/tsconfig.lib.json",
        "assets": []
      }
    },
    "lint": {
      "executor": "@nx/eslint:lint",
      "options": { "lintFilePatterns": ["libs/oshun/ai-platform/**/*.ts"] }
    },
    "test": {
      "executor": "@nx/vite:test",
      "options": { "config": "libs/oshun/ai-platform/vitest.config.ts", "passWithNoTests": false }
    },
    "typecheck": {
      "executor": "nx:run-commands",
      "options": {
        "cwd": "libs/oshun/ai-platform",
        "command": "tsc -p tsconfig.lib.json --noEmit && tsc -p tsconfig.spec.json --noEmit"
      }
    }
  }
}
