{
  "name": "psyche-human-likeness-estimation",
  "root": "libs/psyche/human-likeness-estimation",
  "sourceRoot": "libs/psyche/human-likeness-estimation/src",
  "projectType": "library",
  "tags": ["scope:psyche", "type:lib", "domain:evaluation"],
  "targets": {
    "build": {
      "executor": "nx:run-commands",
      "options": {
        "command": "npx tsup",
        "cwd": "libs/psyche/human-likeness-estimation"
      }
    },
    "test": {
      "executor": "nx:run-commands",
      "options": {
        "command": "npx vitest run",
        "cwd": "libs/psyche/human-likeness-estimation"
      }
    },
    "typecheck": {
      "executor": "nx:run-commands",
      "options": {
        "command": "tsc --noEmit",
        "cwd": "libs/psyche/human-likeness-estimation"
      }
    }
  }
}
