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