{
  "name": "neith-vault-secret-service",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "projectType": "library",
  "tags": ["scope:neith", "type:lib", "platform:linux", "domain:vault"],
  "targets": {
    "check": {
      "executor": "nx:run-commands",
      "options": { "command": "pnpm check", "cwd": "libs/neith/vault-secret-service" }
    },
    "test": {
      "executor": "nx:run-commands",
      "options": { "command": "pnpm test", "cwd": "libs/neith/vault-secret-service" }
    },
    "lint": {
      "executor": "nx:run-commands",
      "options": { "command": "pnpm lint", "cwd": "libs/neith/vault-secret-service" }
    }
  }
}
