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