{
  "name": "@imolko/show-dossiers",
  "version": "1.0.13",
  "description": "Generate markdown dossiers visualitation",
  "license": "MIT",
  "author": {
    "name": "Jesús David Pérez",
    "email": "jesusdpp96@gmail.com"
  },
  "contributors": [
    {
      "name": "Roberto Matute",
      "email": "robertomatute@imolko.com"
    }
  ],
  "keywords": [
    "cli",
    "automation",
    "dossiers"
  ],
  "homepage": "https://gitlab.com/imolko/show-dossiers",
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/imolko/show-dossiers"
  },
  "bin": {
    "show-dossiers": "./bin/cli.js"
  },
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "test": "jest",
    "build": "[ -d bin ] && rm -r bin; tsc --project tsconfig.json && chmod +x ./bin/cli.js"
  },
  "files": [
    "bin",
    "README.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "chalk": "^5.6.2",
    "commander": "^14.0.2",
    "typescript": "^5.9.3",
    "winston": "^3.18.3"
  },
  "devDependencies": {
    "@types/jest": "29.5.14",
    "@types/node": "^24.0.0",
    "@types/winston": "^2.4.4",
    "jest": "29.7.0",
    "npm-check-updates": "^19.1.2"
  }
}
