{
  "name": "word-counter-ac",
  "version": "1.0.2",
  "description": "A simple word counter CLI package",
  "main": "app.js",
  "type": "module",
  "bin": {
    "word-counter-ac": "./app.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": ["Word", "Counter"],
  "author": "Athul",
  "license": "ISC"
}
