{
  "name": "pwd-fs",
  "version": "3.5.4",
  "description": "Path-aware file system utilities with scoped working directories and recursive operations",
  "keywords": [
    "umask",
    "test",
    "stat",
    "chmod",
    "chown",
    "symlink",
    "copy",
    "rename",
    "remove",
    "read",
    "write",
    "readdir",
    "mkdir"
  ],
  "author": {
    "name": "Stanislav Potemkin",
    "email": "woodger@ya.ru"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/woodger/pwd-fs.git"
  },
  "homepage": "https://github.com/woodger/pwd-fs#readme",
  "bugs": {
    "url": "https://github.com/woodger/pwd-fs/issues"
  },
  "engines": {
    "node": ">=18"
  },
  "packageManager": "yarn@1.22.22",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "readme.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "lint": "eslint src",
    "test": "node ./dist/suite.test.js"
  },
  "devDependencies": {
    "@eslint/js": "9.35.0",
    "@types/chance": "^1.1.8",
    "@types/node": "^25.6.2",
    "chance": "^1.1.13",
    "eslint": "9.35.0",
    "globals": "^17.6.0",
    "typescript": "^6.0.3",
    "typescript-eslint": "8.55.0"
  }
}
