UNPKG

npm-npw

Version:

Wraps `npm 5` with extra commands and corrects line-endings in `package*.json` to match .git config.

77 lines (76 loc) 2.07 kB
{ "name": "npm-npw", "version": "1.0.0", "description": "Wraps `npm 5` with extra commands and corrects line-endings in `package*.json` to match .git config.", "bin": { "npw-blast": "./lib/bin/npw-blast.js", "npw-bl": "./lib/bin/npw-blast.js", "npw-install": "./lib/bin/npw-install.js", "npw-i": "./lib/bin/npw-install.js", "npw-reinstall": "./lib/bin/npw-reinstall.js", "npw-ri": "./lib/bin/npw-reinstall.js", "npw-uninstall": "./lib/bin/npw-uninstall.js", "npw-un": "./lib/bin/npw-uninstall.js", "npw-u": "./lib/bin/npw-uninstall.js", "npw": "./lib/bin/npw.js" }, "files": [ "lib" ], "preferGlobal": true, "engines": { "node": ">=7", "npm": ">=5" }, "scripts": { "test-npw": "cd temp && node ../lib/bin/npw.js --blast i screen-clear", "test-npw-uninstall": "cd temp && node ../lib/bin/npw-uninstall.js screen-clear", "test-npw-blast": "cd temp && node ../lib/bin/npw-blast.js" }, "author": "Kavan J. Shaban (Cycloware, LLC)", "homepage": "https://github.com/Cycloware/npm-npw", "repository": { "type": "git", "url": "https://github.com/Cycloware/npm-npw.git" }, "contributors": [ { "name": "Kavan Shaban", "url": "https://github.com/kavanshaban" }, { "name": "Cycloware", "url": "https://github.com/Cycloware" } ], "keywords": [ "install", "reinstall", "uninstall", "package", "package.lock.json", "crlf", "lf" ], "license": "MIT", "bugs": { "url": "https://github.com/Cycloware/npm-npw/issues" }, "dependencies": { "arrvl": "^1.0.0", "bluebird": "^3.5.0", "chalk": "^1.1.3", "colors": "^1.1.2", "cross-spawn": "^5.1.0", "del": "^3.0.0", "fs-extra-promise": "^1.0.1", "nvl": "^1.0.1", "ora": "^1.2.0", "update-notifier": "^2.1.0", "yargs": "^8.0.1" }, "devDependencies": { "@types/fs-extra-promise": "^1.0.1", "@types/yargs": "^6.6.0" } }