{
  "name": "fast-archy",
  "version": "1.0.0",
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs",
      "types": "./dist/index.d.ts",
      "default": "./dist/index.cjs"
    },
    "./*": "./*"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "test": "vitest run",
    "bench": "tsx --expose-gc --allow-natives-syntax src/index.bench.ts",
    "build": "rollup -c"
  },
  "keywords": [
    "hierarchy",
    "npm ls",
    "unicode",
    "pretty",
    "print"
  ],
  "sideEffects": false,
  "author": "D-Sketon",
  "license": "MIT",
  "description": "render nested hierarchies `npm ls` style with unicode pipes",
  "devDependencies": {
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^12.1.4",
    "archy": "^1.0.0",
    "mitata": "^1.0.34",
    "rollup": "^4.50.0",
    "tslib": "^2.8.1",
    "tsx": "^4.20.5",
    "typescript": "^5.9.2",
    "vitest": "^3.2.4"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/D-Sketon/fast-archy.git"
  },
  "bugs": {
    "url": "https://github.com/D-Sketon/fast-archy/issues"
  },
  "homepage": "https://github.com/D-Sketon/fast-archy#readme"
}
