nodry
Version:
A CLI tool and Node.js library that warns about repetitive code to help you stay DRY.
30 lines • 635 B
JSON
{
"name": "nodry",
"version": "1.0.6",
"description": "A CLI tool and Node.js library that warns about repetitive code to help you stay DRY.",
"main": "index.js",
"bin": {
"nodry": "./bin/nodry.js"
},
"scripts": {
"start": "node index.js",
"version-status": "node versionStatus.js",
"postinstall": "npm run version-status"
},
"keywords": [
"dry",
"nodry",
"code-analysis",
"cli",
"repetition",
"lint",
"javascript"
],
"author": "Felix Lind",
"license": "MIT",
"dependencies": {
"inquirer": "^12.7.0",
"latest-version": "^9.0.0",
"semver": "^7.7.2"
}
}