
Company News
Meet the Socket Team at RSAC and BSidesSF 2026
Join Socket for live demos, rooftop happy hours, and one-on-one meetings during BSidesSF and RSA 2026 in San Francisco.
prettier-plugin-packagejson
Advanced tools
Prettier package.json plugin to make the order of properties nice.
A Prettier plugin to sort the keys of a package.json file using sort-package-json.
npm i -D prettier prettier-plugin-packagejson
For prettier v3+ you need to configure
module.exports = {
// add this
plugins: ['prettier-plugin-packagejson'],
}
packageSortOrderCustom ordering array for package.json fields. This option is passed to sort-package-json's sortOrder option.
Type: string[]
Default: [] (uses default sort order from sort-package-json)
Example (.prettierrc):
{
"packageSortOrder": ["name", "version", "description", "main"]
}
The sort-package-json package sorts the keys in your package.json file. It provides similar functionality to prettier-plugin-packagejson by organizing the structure of the package.json file, but it is a standalone tool rather than a Prettier plugin.
The fixpack package is another tool that formats and sorts the fields in your package.json file. It focuses on keeping the package.json file clean and consistent, similar to prettier-plugin-packagejson, but it also includes additional checks for common errors and best practices.
FAQs
Prettier package.json plugin to make the order of properties nice.
The npm package prettier-plugin-packagejson receives a total of 1,022,258 weekly downloads. As such, prettier-plugin-packagejson popularity was classified as popular.
We found that prettier-plugin-packagejson demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Join Socket for live demos, rooftop happy hours, and one-on-one meetings during BSidesSF and RSA 2026 in San Francisco.

Research
/Security News
Malicious Packagist packages disguised as Laravel utilities install an encrypted PHP RAT via Composer dependencies, enabling remote access and C2 callbacks.

Research
/Security News
OpenVSX releases of Aqua Trivy 1.8.12 and 1.8.13 contained injected natural-language prompts that abuse local AI coding agents for system inspection and potential data exfiltration.