{
  "name": "@cybele/market-intel",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "libs/cybele/market-intel/src",
  "projectType": "library",
  "tags": ["scope:cybele", "type:analytics"],
  "targets": {
    "test": {
      "executor": "nx:run-commands",
      "options": { "command": "npx vitest run", "cwd": "libs/cybele/market-intel" }
    },
    "lint": {
      "executor": "nx:run-commands",
      "options": {
        "command": "eslint src/ --max-warnings 0 --no-warn-ignored",
        "cwd": "libs/cybele/market-intel"
      }
    }
  }
}
