{
  "name": "type-flag",
  "version": "4.3.0",
  "description": "Typed command-line arguments parser",
  "keywords": [
    "cli",
    "command-line",
    "flag",
    "argv",
    "arguments",
    "parser",
    "typed",
    "typescript"
  ],
  "license": "MIT",
  "repository": "privatenumber/type-flag",
  "funding": "https://github.com/privatenumber/type-flag?sponsor=1",
  "author": {
    "name": "Hiroki Osame",
    "email": "hiroki.osame@gmail.com"
  },
  "files": [
    "dist",
    "skills"
  ],
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    "types": "./dist/index.d.ts",
    "require": "./dist/index.cjs",
    "import": "./dist/index.mjs"
  },
  "imports": {
    "#type-flag": {
      "default": "./dist/index.mjs"
    }
  }
}