{
  "name": "@freya/home-decor",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "libs/freya/home-decor/src",
  "projectType": "library",
  "tags": ["scope:freya", "type:lib"],
  "targets": {
    "build": {
      "executor": "nx:run-commands",
      "options": {
        "command": "npx tsup src/index.ts --format esm --dts --clean",
        "cwd": "libs/freya/home-decor"
      }
    },
    "test": {
      "executor": "nx:run-commands",
      "options": {
        "command": "npx vitest run",
        "cwd": "libs/freya/home-decor"
      }
    },
    "lint": {
      "executor": "nx:run-commands",
      "options": {
        "command": "npx eslint src --max-warnings 0",
        "cwd": "libs/freya/home-decor"
      }
    }
  }
}
