{ "name": "pargser", "version": "1.0.0", "description": "Toy parser of command line arguments. Part of the \"toys\" collection.", "keywords": [], "license": "MIT", "author": "LuKas Corso", "type": "module", "main": "index.js", "scripts": { "test": "vitest" }, "devDependencies": { "prettier": "3.8.3", "typescript": "6.0.3", "vitest": "4.1.5" } }