UNPKG

cleanup-dependencies

Version:

clean up unused dependencies

28 lines (27 loc) 568 B
{ "name": "clean-deps", "version": "0.0.0", "description": "clean up unused dependencies", "main": "index.js", "scripts": { "test": "node test/test.js" }, "repository": { "type": "git", "url": "https://github.com/umakantg/cleanup-dependencies.git" }, "preferGlobal": true, "bin": { "clean-deps": "index.js" }, "author": "Umakant Gundeli<umakant.gundeli@gmail.com>", "dependencies": { "abcd": "*", "xyz": "*", "pqr": "*", "underscore": "*", "array-uniq": "*", "fs-extra": "*", "jsonfile": "*" } }