UNPKG

@sil/args

Version:
40 lines (39 loc) 870 B
{ "name": "@sil/args", "version": "0.3.0", "description": "Process CLI arguments", "main": "dist/index.js", "scripts": { "build": "tsc", "test": "npm run build && jest", "test:run": "npm run build && sh ./src/test/basic.sh" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/silvandiepen/args.git" }, "keywords": [ "Arguments", "process", "parse", "cli", "bash" ], "author": "Sil van Diepen", "license": "MIT", "bugs": { "url": "https://github.com/silvandiepen/args/issues" }, "homepage": "https://github.com/silvandiepen/args#readme", "devDependencies": { "@types/jest": "^29.5.1", "@types/node": "^18.16.0", "jest": "^29.7.0", "ts-jest": "^29.1.0", "typescript": "^5.4.3" }, "dependencies": { "@sil/case": "^0.0.5", "@sil/test": "^0.0.5" } }