{
  "name": "@oshun/clipper-extension",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "apps/oshun/clipper-extension/src",
  "projectType": "application",
  "tags": ["scope:oshun", "type:app", "platform:web"],
  "targets": {
    "build": {
      "executor": "nx:run-commands",
      "outputs": ["{projectRoot}/dist"],
      "options": {
        "cwd": "apps/oshun/clipper-extension",
        "command": "node tools/build.mjs"
      }
    },
    "typecheck": {
      "executor": "nx:run-commands",
      "options": {
        "cwd": "apps/oshun/clipper-extension",
        "command": "tsc --noEmit"
      }
    },
    "test": {
      "executor": "nx:run-commands",
      "options": {
        "cwd": "apps/oshun/clipper-extension",
        "command": "vitest run"
      }
    }
  }
}
