{
  "name": "@mutasim77/loc-counter",
  "version": "1.0.0",
  "description": "A powerful lines of code counter with detailed statistics",
  "main": "dist/index.js",
  "bin": {
    "loc-counter": "bin/loc-counter.js"
  },
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js",
    "prepare": "npm run build",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "loc",
    "lines-of-code",
    "code-metrics",
    "analytics",
    "statistics"
  ],
  "author": "Mutasim.",
  "license": "MIT",
  "dependencies": {
    "chalk": "^4.1.2",
    "cli-table3": "^0.6.3",
    "commander": "^10.0.0",
    "glob": "^8.1.0",
    "ignore": "^5.2.4",
    "minimatch": "^5.1.2"
  },
  "devDependencies": {
    "@types/glob": "^8.1.0",
    "@types/minimatch": "^5.1.2",
    "@types/node": "^18.15.11",
    "typescript": "^5.0.4"
  },
  "engines": {
    "node": ">=14.0.0"
  }
}