UNPKG

command-line-basics

Version:

Auto-add help and version CLI and update notification checks

55 lines 1.48 kB
{ "name": "command-line-basics", "version": "3.0.0", "description": "Auto-add help and version CLI and update notification checks", "main": "src/index.js", "type": "module", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./src/index.js" } }, "repository": { "type": "git", "url": "git+https://github.com/brettz9/command-line-basics.git" }, "keywords": [ "cli", "command-line-args", "command-line-usage", "update-notifier" ], "author": "Brett Zamir", "contributors": [], "license": "MIT", "bugs": "https://github.com/brettz9/command-line-basics/issues", "homepage": "https://github.com/brettz9/command-line-basics#readme", "engines": { "node": "^20.11.0 || >= 22.0.0" }, "devDependencies": { "@babel/core": "^7.28.3", "@babel/eslint-parser": "^7.28.0", "@babel/plugin-syntax-top-level-await": "^7.14.5", "@types/command-line-args": "^5.2.3", "@types/command-line-usage": "^5.0.4", "@types/node": "^24.3.0", "@types/update-notifier": "^6.0.8", "eslint": "^9.33.0", "eslint-config-ash-nazg": "^38.0.2", "typescript": "^5.9.2" }, "dependencies": { "command-line-args": "^6.0.1", "command-line-usage": "^7.0.3", "update-notifier": "^7.3.1" }, "scripts": { "tsc": "tsc", "eslint": "eslint .", "lint": "npm run eslint", "test": "echo \"Error: no test specified\" && exit 1" } }