{
  "name": "args-json",
  "version": "1.4.3",
  "description": "Zero-dependency descriptively typed command-line argument parser",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "type": "module",
  "scripts": {
    "preversion": "npx npm-run-all shape test",
    "shape": "npx codeshape",
    "test": "node tests.ts --test=1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/axtk/args-json.git"
  },
  "keywords": [
    "args",
    "args-parser",
    "argv",
    "argv-parser",
    "cli",
    "cli-args",
    "json"
  ],
  "author": "axtk",
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^25.5.0"
  }
}
