Toy parser of command line arguments. Part of the "toys" collection.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 18 lines 387 B view raw
1{ 2 "name": "pargser", 3 "version": "1.0.0", 4 "description": "Toy parser of command line arguments. Part of the \"toys\" collection.", 5 "keywords": [], 6 "license": "MIT", 7 "author": "LuKas Corso", 8 "type": "module", 9 "main": "index.js", 10 "scripts": { 11 "test": "vitest" 12 }, 13 "devDependencies": { 14 "prettier": "3.8.3", 15 "typescript": "6.0.3", 16 "vitest": "4.1.5" 17 } 18}