UNPKG

test-dep-extractor-cli

Version:

19 lines (18 loc) 346 B
{ "name": "test-dep-extractor-cli", "version": "1.0.2", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "dependencies": { "commander": "^2.16.0", "dep-extractor": "^1.0.3" }, "bin": { "depextract": "index.js" } }