{"id":23185771,"url":"https://github.com/rdarida/prettypkg","last_synced_at":"2026-02-27T03:02:01.636Z","repository":{"id":268269832,"uuid":"903297410","full_name":"rdarida/prettypkg","owner":"rdarida","description":"A command-line utility to format package.json files consistently","archived":false,"fork":false,"pushed_at":"2026-02-05T23:54:34.000Z","size":812,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-06T02:54:31.143Z","etag":null,"topics":["formatter","package","prettier"],"latest_commit_sha":null,"homepage":"https://rdarida.github.io/prettypkg/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rdarida.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-12-14T08:29:54.000Z","updated_at":"2026-02-05T23:54:37.000Z","dependencies_parsed_at":"2025-03-18T00:28:15.075Z","dependency_job_id":"508ee16a-e481-40fb-9648-50244d569f1a","html_url":"https://github.com/rdarida/prettypkg","commit_stats":null,"previous_names":["rdarida/prettypkg"],"tags_count":64,"template":false,"template_full_name":null,"purl":"pkg:github/rdarida/prettypkg","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdarida%2Fprettypkg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdarida%2Fprettypkg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdarida%2Fprettypkg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdarida%2Fprettypkg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rdarida","download_url":"https://codeload.github.com/rdarida/prettypkg/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdarida%2Fprettypkg/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29883111,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T23:51:21.483Z","status":"online","status_checked_at":"2026-02-27T02:00:06.759Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["formatter","package","prettier"],"created_at":"2024-12-18T10:12:43.359Z","updated_at":"2026-02-27T03:02:01.621Z","avatar_url":"https://github.com/rdarida.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"https://repository-images.githubusercontent.com/903297410/ebad93f8-ebe6-4620-991a-2d9af5c510a6\" alt=\"Cover\" /\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://npmjs.com/package/prettypkg/\" target=\"_blank\" alt=\"NPM\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/v/prettypkg.svg\" alt=\"NPM Badge\" /\u003e\n  \u003c/a\u003e\n\n  \u003ca href=\"https://github.com/rdarida/prettypkg\" target=\"_blank\" alt=\"GitHub Repository\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/-repository-222222?style=flat\u0026logo=github\" alt=\"GitHub Repository Badge\" /\u003e\n  \u003c/a\u003e\n\n  \u003ca href=\"https://github.com/rdarida/prettypkg/actions/workflows/publish.yml\" target=\"_blank\" alt=\"GitHub Actions\"\u003e\n    \u003cimg src=\"https://github.com/rdarida/prettypkg/actions/workflows/publish.yml/badge.svg\" alt=\"Publish Badge\" /\u003e\n  \u003c/a\u003e\n\n  \u003ca href=\"https://sonarcloud.io/dashboard?id=rdarida_prettypkg\" target=\"_blank\" alt=\"SonarCloud\"\u003e\n    \u003cimg src=\"https://sonarcloud.io/api/project_badges/measure?project=rdarida_prettypkg\u0026metric=coverage\" alt=\"Coverage Badge\" /\u003e\n  \u003c/a\u003e\n\n  \u003cimg src=\"https://img.shields.io/librariesio/release/npm/prettypkg\" alt=\"Dependencies Badge\" /\u003e\n\u003c/p\u003e\n\u003chr\u003e\n\n# prettypkg\nA command-line utility to format package.json files consistently\n\n## Usage\n```\nnpx prettypgk@latest --write\n```\n\n## Consistent key order\n\n**Input:**\n```json\n{\n  \"licence\": \"MIT\",\n  \"keywords\": [\"package\", \"formatter\", \"prettier\"],\n  \"description\": \"A command-line utility to format package.json files consistently\",\n  \"name\": \"prettypkg\"\n}\n```\n\n**Output:**\n```json\n{\n  \"name\": \"prettypkg\",\n  \"description\": \"A command-line utility to format package.json files consistently\",\n  \"keywords\": [\"package\", \"formatter\", \"prettier\"],\n  \"licence\": \"MIT\"\n}\n```\n\n\u003chr\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003e\n    \u003cstrong\u003eResources\u003cstrong\u003e\n  \u003c/summary\u003e\n\n- [Documentation](https://rdarida.github.io/prettypkg/)\n\u003c/details\u003e\n\u003chr\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"LICENSE\" target=\"_blank\" alt=\"License\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/license-MIT-green\" alt=\"License Badge\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frdarida%2Fprettypkg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frdarida%2Fprettypkg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frdarida%2Fprettypkg/lists"}