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