{
  "name": "mdbadges-cli",
  "version": "6.8.8",
  "description": "An extensive CLI tool to find over 400+ Shields.io badges for your projects.",
  "author": "Inter",
  "license": "MIT",
  "bugs": "https://github.com/inttter/mdbadges-cli/issues",
  "keywords": [
    "markdown",
    "badges",
    "shields",
    "shieldsio",
    "shields.io",
    "github",
    "readme",
    "social"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/inttter/mdbadges-cli.git"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/inttter"
  },
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "test": "node --no-warnings --experimental-vm-modules node_modules/jest/bin/jest.js"
  },
  "bin": {
    "mdb": "src/index.mjs"
  },
  "dependencies": {
    "@clack/prompts": "^0.11.0",
    "chalk": "^5.4.1",
    "cli-spinners": "^3.2.0",
    "clipboardy": "^5.0.0",
    "commander": "^12.1.0",
    "consola": "^3.4.2",
    "fuse.js": "^7.1.0",
    "open": "^10.1.2",
    "ora": "^9.0.0"
  },
  "devDependencies": {
    "jest": "^29.7.0"
  },
  "type": "module"
}
