UNPKG

ncm-cli

Version:

Command-line tool for NodeSource Certified Modules 2.0

25 lines (24 loc) 345 B
{ "all": true, "include": [ "bin/**/*.js", "lib/**/*.js", "index.js" ], "exclude": [ "test/**", "coverage/**", "node_modules/**", "**/*.d.ts", "tap-snapshots/**", "tools/**" ], "reporter": [ "text", "html", "lcov" ], "check-coverage": false, "per-file": true, "cache": false }