UNPKG

@putout/cli-validate-args

Version:
55 lines (54 loc) 1.36 kB
{ "name": "@putout/cli-validate-args", "version": "2.0.0", "type": "module", "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)", "description": "validate args, sugest closest variant", "homepage": "https://github.com/coderaiser/putout/tree/master/packages/cli-validate-args#readme", "main": "lib/validate-args.js", "release": false, "tag": false, "changelog": false, "repository": { "type": "git", "url": "git://github.com/coderaiser/putout.git" }, "scripts": { "test": "madrun test", "watch:test": "madrun watch:test", "lint": "madrun lint", "fresh:lint": "madrun fresh:lint", "lint:fresh": "madrun lint:fresh", "fix:lint": "madrun fix:lint", "coverage": "madrun coverage", "report": "madrun report" }, "dependencies": { "fastest-levenshtein": "^1.0.12", "just-kebab-case": "^4.2.0" }, "keywords": [ "putout", "putout-plugin", "plugin", "gitignore" ], "devDependencies": { "c8": "^10.0.0", "eslint": "^9.7.0", "eslint-plugin-n": "^17.0.0", "eslint-plugin-putout": "^22.0.0", "lerna": "^6.0.1", "madrun": "^10.0.0", "nodemon": "^3.0.1", "putout": "*", "supertape": "^10.0.0" }, "license": "MIT", "engines": { "node": ">=18" }, "publishConfig": { "access": "public" } }