{
  "name": "@lakshmi/insurance",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "libs/lakshmi/insurance/src",
  "projectType": "library",
  "tags": ["scope:lakshmi", "type:domain", "lakshmi:tier:domain"],
  "targets": {
    "build": {
      "executor": "nx:run-commands",
      "outputs": ["{projectRoot}/dist"],
      "options": {
        "command": "tsc",
        "cwd": "libs/lakshmi/insurance"
      }
    },
    "test": {
      "executor": "nx:run-commands",
      "options": {
        "command": "npx vitest run",
        "cwd": "libs/lakshmi/insurance"
      }
    },
    "lint": {
      "executor": "nx:run-commands",
      "options": {
        "command": "eslint src/ --no-warn-ignored",
        "cwd": "libs/lakshmi/insurance"
      }
    },
    "typecheck": {
      "executor": "nx:run-commands",
      "options": {
        "command": "tsc --noEmit",
        "cwd": "libs/lakshmi/insurance"
      }
    }
  }
}
