{
  "name": "word-counter-cli-roshan",
  "version": "1.0.0",
  "description": "A simple CLI to count words in a file",
  "main": "bin/index.js",
  "bin": {
    "wordcount": "bin/index.js"
  },
  "type": "module",
  "author": "Roshan Chaurasia",
  "license": "MIT",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": ["Roshan", "Cyber Roshan", "Word Counter", "Counter"]
}
