{
  "name": "@file-services/resolve",
  "description": "Isomorphic, fs-agnostic implementation of the Node resolution algorithm.",
  "version": "11.1.0",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/fs-resolve.js"
    },
    "./package.json": "./package.json"
  },
  "dependencies": {
    "type-fest": "^5.6.0"
  },
  "files": [
    "dist",
    "!dist/test",
    "src",
    "!*/tsconfig.{json,tsbuildinfo}"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dazl-dev/file-services.git",
    "directory": "packages/resolve"
  },
  "homepage": "https://github.com/dazl-dev/file-services",
  "publishConfig": {
    "access": "public"
  },
  "sideEffects": false
}
