{
  "name": "@author.io/arg",
  "version": "1.3.23",
  "description": "An argument parser for CLI applications.",
  "main": "./src/index.js",
  "exports": {
    "import": "./index.js",
    "default": "./index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/author/arg.git"
  },
  "keywords": [
    "argv",
    "arg",
    "cli",
    "parser",
    "argument",
    "command"
  ],
  "author": "Corey Butler",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/author/arg/issues"
  },
  "engines": {
    "node": ">=12.0.0"
  },
  "type": "module",
  "files": [
    "*.js"
  ],
  "homepage": "https://github.com/author/arg#readme",
  "devDependencies": {
    "@author.io/dev": "^1.1.5",
    "@author.io/arg-debug": "1.3.23"
  },
  "dev": {
    "alias": {
      "@author.io/arg": "/app/.dist/arg/index.js"
    }
  },
  "standard": {
    "parser": "babel-eslint",
    "ignore": [
      "_*",
      "_**/*",
      ".**/*",
      "node_modules",
      "karma.conf.js",
      "karma.conf.cjs",
      "build.js"
    ],
    "globals": [
      "window",
      "global",
      "globalThis"
    ]
  },
  "dependencies": {}
}