{
  "name": "@libs/resolve-path",
  "version": "0.0.0",
  "type": "module",
  "description": "A utility function that resolves file paths.",
  "private": true,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "scripts": {
    "build": "pnpm run clean && tsc --build",
    "clean": "tsc --build --clean",
    "dev": "tsc --watch",
    "lint": "eslint --max-warnings 0 .",
    "test": "node --test '**/*.spec.ts'",
    "test:type": "tsc --noEmit"
  },
  "devDependencies": {
    "@cspell/eslint-plugin": "^10.0.1",
    "@eslint/js": "^10.0.1",
    "@ianvs/prettier-plugin-sort-imports": "^4.7.1",
    "@internals/eslint-config": "workspace:*",
    "@internals/lint-staged-config": "workspace:*",
    "@internals/prettier-config": "workspace:*",
    "@internals/tsconfig": "workspace:*",
    "@tsconfig/node24": "^24.0.4",
    "@types/node": "^24.13.3",
    "eslint": "^10.8.1",
    "eslint-plugin-only-warn": "^1.2.1",
    "globals": "^17.9.0",
    "prettier": "^3.9.6",
    "prettier-plugin-jsdoc": "^1.8.1",
    "prettier-plugin-pkg": "^0.22.1",
    "typescript": "^6.0.3",
    "typescript-eslint": "^8.66.0"
  }
}
