{ "name": "commander", "version": "6.1.0", "description": "the complete solution for node.js command-line programs", "keywords": [ "commander", "command", "option", "parser", "cli", "argument", "args", "argv" ], "author": "TJ Holowaychuk ", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/tj/commander.js.git" }, "scripts": { "lint": "eslint index.js \"tests/**/*.js\"", "typescript-lint": "eslint typings/*.ts", "test": "jest && npm run test-typings", "test-typings": "tsc -p tsconfig.json" }, "main": "index", "files": [ "index.js", "typings/index.d.ts" ], "dependencies": {}, "devDependencies": { "@types/jest": "^26.0.5", "@types/node": "^14.0.23", "@typescript-eslint/eslint-plugin": "^2.34.0", "eslint": "^6.8.0", "eslint-config-standard-with-typescript": "^16.0.0", "eslint-plugin-jest": "^23.18.0", "jest": "^26.1.0", "standard": "^14.3.4", "typescript": "^3.9.7" }, "typings": "typings/index.d.ts", "engines": { "node": ">= 6" } }