UNPKG

psclear

Version:

It cleans up the unnecessary .ps1 files that are created when you use an incorrect npm cli command.

38 lines (37 loc) 805 B
{ "name": "psclear", "bin": { "psclear": "./index.js" }, "version": "2.0.5", "description": "It cleans up the unnecessary .ps1 files that are created when you use an incorrect npm cli command.", "repository": { "url": "https://github.com/ErennBas/psclear" }, "main": "index.js", "scripts": { "start": "node ./index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "engines": { "node": ">= 0.6.0" }, "contributors": [ { "name": "Eren Baş", "email": "erenbas.info@gmail.com" } ], "keywords": [ "ps1clear", "psclear", "ps1", "psfile" ], "author": "Eren Baş <erenbas.info@gmail.com> (https://erenbas.com)", "license": "ISC", "dependencies": { "commander": "^9.5.0", "shelljs": "^0.8.5" } }