UNPKG

rush-sort-package-json

Version:

Rush plugin for sort package.json file in the project

12 lines 386 B
{ "$schema": "https://developer.microsoft.com/json-schemas/rush/v5/command-line.schema.json", "commands": [ { "name": "sort-package-json", "commandKind": "global", "summary": "Rush plugin for sort package.json file in the project", "shellCommand": "node <packageFolder>/lib/index.js", "safeForSimultaneousRushProcesses": true } ] }