UNPKG

@trumbitta/nx-plugin-unused-deps

Version:

[![NPM Version](https://badge.fury.io/js/%40trumbitta%2Fnx-plugin-unused-deps.svg)](https://www.npmjs.com/@trumbitta/nx-plugin-unused-deps) [![License](https://img.shields.io/npm/l/@trumbitta/nx-plugin-unused-deps)]()

24 lines (23 loc) 612 B
{ "$schema": "http://json-schema.org/schema", "cli": "nx", "$id": "Check", "title": "", "type": "object", "properties": { "fix": { "type": "boolean", "default": false, "description": "Whether to remove the unused deps from the package.json file", "alias": "f", "x-prompt": "Do you want to also update the package.json file?" }, "json": { "type": "boolean", "default": false, "description": "Whether to also log results into a JSON file", "alias": "j", "x-prompt": "Do you want to also log results into a JSON file?" } } }