{
  "name": "@kalika/ml-potentials",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "libs/kalika/ml-potentials/src",
  "projectType": "library",
  "implicitDependencies": ["@kalika/core", "@kalika/crystallography"],
  "tags": ["scope:kalika", "layer:domain", "type:lib"],
  "targets": {
    "build": {
      "executor": "@nx/esbuild:esbuild",
      "outputs": ["{options.outputPath}"],
      "options": {
        "outputPath": "dist/libs/kalika/ml-potentials",
        "main": "libs/kalika/ml-potentials/src/index.ts",
        "tsConfig": "libs/kalika/ml-potentials/tsconfig.lib.json",
        "assets": [],
        "format": ["esm"],
        "bundle": false,
        "declaration": true
      }
    },
    "cargo-test": {
      "executor": "nx:run-commands",
      "options": { "cwd": "libs/kalika/ml-potentials/rust", "command": "cargo test" }
    },
    "python-test": {
      "executor": "nx:run-commands",
      "options": {
        "command": "PYTHONPATH=libs/kalika/ml-potentials/python/src python3 -m pytest libs/kalika/ml-potentials/python/tests -q"
      }
    },
    "lint": {
      "executor": "@nx/eslint:lint",
      "outputs": ["{options.outputFile}"],
      "options": { "lintFilePatterns": ["libs/kalika/ml-potentials/**/*.ts"] }
    },
    "test": {
      "executor": "@nx/vite:test",
      "outputs": ["{workspaceRoot}/coverage/libs/kalika/ml-potentials"],
      "options": { "configFile": "libs/kalika/ml-potentials/vitest.config.ts" }
    }
  }
}
