{
  "name": "kbbi-shell",
  "version": "1.1.1",
  "description": "KBBI on your shell!",
  "main": "src/index.mjs",
  "bin": "bin/kbbi.js",
  "type": "module",
  "scripts": {
    "start": "node src/index.mjs"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Richie-Z/kbbi-shell.git"
  },
  "keywords": [
    "kbbi",
    "shell",
    "cli"
  ],
  "author": "Richie-Z",
  "license": "MIT",
  "devDependencies": {
    "eslint": "^8.41.0"
  },
  "dependencies": {
    "axios": "^1.4.0",
    "cheerio": "^1.0.0-rc.12",
    "colors-cli": "^1.0.32",
    "commander": "^10.0.1"
  }
}
