{
  "name": "@nyx/star-identification",
  "projectType": "library",
  "sourceRoot": "apps/nyx/education/challenges/star-identification/src",
  "tags": ["scope:nyx", "type:challenge", "domain:education"],
  "targets": {
    "build": {
      "executor": "@nx/js:tsc",
      "outputs": ["{options.outputPath}"],
      "options": {
        "outputPath": "dist/apps/nyx/education/challenges/star-identification",
        "main": "apps/nyx/education/challenges/star-identification/src/index.ts",
        "tsConfig": "apps/nyx/education/challenges/star-identification/tsconfig.lib.json",
        "assets": ["apps/nyx/education/challenges/star-identification/README.md"]
      }
    },
    "lint": {
      "executor": "@nx/eslint:lint",
      "options": {
        "lintFilePatterns": ["apps/nyx/education/challenges/star-identification/**/*.ts"]
      }
    },
    "test": {
      "executor": "@nx/vite:test",
      "options": {
        "config": "apps/nyx/education/challenges/star-identification/vitest.config.ts"
      }
    }
  }
}
