{
  "name": "@quansync/fs",
  "version": "0.1.1",
  "description": "Filesystem utilities for Quansync",
  "type": "module",
  "license": "MIT",
  "homepage": "https://github.com/quansync-dev/fs#readme",
  "bugs": {
    "url": "https://github.com/quansync-dev/fs/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/quansync-dev/fs.git"
  },
  "author": "三咲智子 Kevin Deng <sxzz@sxzz.moe>",
  "funding": "https://github.com/sponsors/sxzz",
  "files": [
    "dist"
  ],
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js",
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "quansync": "^0.2.4"
  },
  "devDependencies": {
    "@sxzz/eslint-config": "^5.1.1",
    "@sxzz/prettier-config": "^2.2.0",
    "@types/node": "^22.13.5",
    "bumpp": "^10.0.3",
    "eslint": "^9.21.0",
    "oxc-transform": "^0.53.0",
    "prettier": "^3.5.2",
    "tsdown": "^0.6.0",
    "tsx": "^4.19.3",
    "typescript": "^5.7.3",
    "unplugin-quansync": "^0.3.3",
    "vitest": "^3.0.7"
  },
  "engines": {
    "node": ">=20.18.0"
  },
  "prettier": "@sxzz/prettier-config",
  "scripts": {
    "lint": "eslint --cache .",
    "lint:fix": "pnpm run lint --fix",
    "build": "tsdown",
    "dev": "tsdown --watch",
    "test": "vitest",
    "typecheck": "tsc --noEmit",
    "format": "prettier --cache --write .",
    "release": "bumpp && pnpm publish"
  }
}