{
  "name": "colombo",
  "version": "2.2.2",
  "description": "🕵️‍♂️ View Javascript source code using source-map from CLI",
  "keywords": [
    "sourcemap",
    "source code",
    "viewer",
    "debug",
    "🕵️‍♂️"
  ],
  "author": "omrilotan",
  "license": "Unlicense",
  "homepage": "https://omrilotan.com/colombo/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/omrilotan/colombo.git"
  },
  "bugs": {
    "url": "https://github.com/omrilotan/colombo/issues/new/choose"
  },
  "engines": {
    "node": ">=18"
  },
  "type": "module",
  "main": "index.js",
  "bin": "bin.js",
  "man": "man",
  "scripts": {
    "format": "prettier --write .",
    "start": "./bin.js"
  },
  "dependencies": {
    "chalk": "^5.3.0",
    "inquirer": "^12.5.0",
    "semver": "^7.5.4",
    "source-map": "^0.8.0-beta.0",
    "source-map-url": "^0.4.0",
    "stdline": "^1.1.1"
  },
  "devDependencies": {
    "prettier": "^3.2.2"
  }
}
