{
  "name": "@breadfs/core",
  "version": "0.1.13",
  "description": "Unified File System Abstraction",
  "keywords": [
    "fs",
    "file system",
    "fs-extra",
    "node",
    "webdav",
    "breadfs"
  ],
  "homepage": "https://github.com/yjl9903/breadfs#readme",
  "bugs": {
    "url": "https://github.com/yjl9903/breadfs/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yjl9903/breadfs.git"
  },
  "license": "MIT",
  "author": "XLor",
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.mts",
  "files": [
    "dist"
  ],
  "dependencies": {
    "pathe": "^2.0.3"
  },
  "engines": {
    "node": ">=v20.6.1"
  },
  "scripts": {
    "build": "tsdown",
    "test": "vitest",
    "test:ci": "vitest --run",
    "typecheck": "tsc --noEmit"
  }
}