{
  "name": "@push.rocks/smartpath",
  "version": "6.0.0",
  "private": false,
  "description": "A library offering smart ways to handle file and directory paths.",
  "exports": {
    ".": "./dist_ts/index.js",
    "./iso": "./dist_ts_iso/index.js"
  },
  "type": "module",
  "scripts": {
    "test": "(tstest test/ --verbose)",
    "build": "(tsbuild tsfolders)",
    "buildDocs": "tsdoc"
  },
  "repository": {
    "type": "git",
    "url": "https://code.foss.global/push.rocks/smartpath.git"
  },
  "keywords": [
    "path handling",
    "file system",
    "directory manipulation",
    "file checks",
    "path transformation",
    "typescript",
    "node.js development",
    "URL handling",
    "absolute paths",
    "smart path resolution",
    "programming",
    "file management",
    "software development",
    "path utilities",
    "cross-platform path management"
  ],
  "author": "Lossless GmbH <office@lossless.com> (https://lossless.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pushrocks/smartpath/issues"
  },
  "homepage": "https://code.foss.global/push.rocks/smartpath",
  "devDependencies": {
    "@git.zone/tsbuild": "^2.1.66",
    "@git.zone/tsrun": "^1.2.44",
    "@git.zone/tstest": "^1.0.90",
    "@push.rocks/tapbundle": "^5.0.23",
    "@types/node": "^20.12.7"
  },
  "files": [
    "ts/**/*",
    "ts_web/**/*",
    "dist/**/*",
    "dist_*/**/*",
    "dist_ts/**/*",
    "dist_ts_web/**/*",
    "assets/**/*",
    "cli.js",
    "npmextra.json",
    "readme.md"
  ],
  "browserslist": [
    "last 1 chrome versions"
  ],
  "packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977"
}
