UNPKG

rush-sort-package-json

Version:

Rush plugin for sort package.json file in the project

39 lines 1.02 kB
{ "name": "rush-sort-package-json", "version": "0.1.1", "description": "Rush plugin for sort package.json file in the project", "keywords": [ "rush", "plugin", "command", "sort", "package.json" ], "homepage": "https://github.com/tiktok/rush-plugins#readme", "repository": { "type": "git", "url": "https://github.com/tiktok/rush-plugins", "directory": "rush-plugins/rush-sort-package-json" }, "license": "MIT", "main": "lib/index.js", "dependencies": { "@rushstack/node-core-library": "3.62.0", "@rushstack/rush-sdk": "5.62.4", "sort-package-json": "1.54.0" }, "devDependencies": { "@rushstack/eslint-config": "3.3.4", "@rushstack/heft": "0.61.0", "@rushstack/heft-node-rig": "2.2.25", "@types/heft-jest": "1.0.1", "@types/node": "18.17.15", "typescript": "~5.0.4" }, "scripts": { "build": "heft build --clean", "build:watch": "heft build --watch", "start": "heft build-watch", "test": "heft test" } }