{
  "name": "@tkeron/commands",
  "version": "0.4.8",
  "description": "library for handling command line arguments",
  "main": "src/index.ts",
  "module": "src/index.ts",
  "type": "module",
  "author": "tkeron",
  "license": "MIT",
  "scripts": {
    "test": "bun test --concurrent",
    "lint": "prettier --write ."
  },
  "devDependencies": {
    "@types/bun": "^1.3.11",
    "prettier": "^3.8.1"
  },
  "peerDependencies": {
    "typescript": "^5.9.3"
  },
  "keywords": [
    "cli",
    "commands",
    "command-line",
    "arguments"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tkeron/commands.git"
  }
}
