{
  "name": "@nyx/stellar-course",
  "$schema": "../../../../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "apps/nyx/education/courses/stellar/src",
  "projectType": "library",
  "tags": ["scope:nyx", "type:course", "domain:education"],
  "targets": {
    "build": {
      "executor": "@nx/js:tsc",
      "outputs": ["{options.outputPath}"],
      "options": {
        "outputPath": "dist/apps/nyx/education/courses/stellar",
        "main": "apps/nyx/education/courses/stellar/src/index.ts",
        "tsConfig": "apps/nyx/education/courses/stellar/tsconfig.lib.json"
      }
    },
    "lint": {
      "executor": "@nx/eslint:lint",
      "outputs": ["{options.outputFile}"],
      "options": {
        "lintFilePatterns": ["apps/nyx/education/courses/stellar/**/*.ts"]
      }
    },
    "test": {
      "executor": "@nx/vite:test",
      "outputs": ["{workspaceRoot}/coverage/apps/nyx/education/courses/stellar"],
      "options": {
        "config": "apps/nyx/education/courses/stellar/vitest.config.ts"
      }
    }
  }
}
