{"library":"prettier-plugin-pkgjson","title":"Prettier Plugin PkgJson","description":"Prettier plugin for clean and meaningful formatting of package.json files. Version 0.3.0 is the latest stable release. It sorts keys in a logical order, formats JSON consistently, and integrates seamlessly with Prettier. No dependencies. Actively maintained as part of the tunnckoCore opensource monorepo.","language":"javascript","status":"active","last_verified":"Sat Apr 25","install":{"commands":["npm install prettier-plugin-pkgjson"],"cli":null},"imports":["// In .prettierrc: { \"plugins\": [\"prettier-plugin-pkgjson\"] }"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"{\n  \"semi\": false,\n  \"singleQuote\": true,\n  \"tabWidth\": 2,\n  \"trailingComma\": \"none\",\n  \"plugins\": [\"prettier-plugin-pkgjson\"]\n}","lang":"javascript","description":"Example .prettierrc configuration to enable the plugin and format package.json files.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}