UNPKG

args-json

Version:

Zero-dependency descriptively typed command-line argument parser

32 lines (31 loc) 686 B
{ "name": "args-json", "version": "1.2.10", "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 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.0.0" } }