{"id":38445062,"url":"https://github.com/mnrendra/types-package","last_synced_at":"2026-01-17T04:38:42.067Z","repository":{"id":180973783,"uuid":"665984766","full_name":"mnrendra/types-package","owner":"mnrendra","description":"package.json interface extended from the official and unofficial fields.","archived":false,"fork":false,"pushed_at":"2025-03-03T17:43:06.000Z","size":390,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-05T20:30:05.200Z","etag":null,"topics":["package-json","typescript","typescript-definitions"],"latest_commit_sha":null,"homepage":"https://npmjs.com/package/@mnrendra/types-package","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/mnrendra.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2023-07-13T12:47:26.000Z","updated_at":"2025-03-04T17:04:17.000Z","dependencies_parsed_at":"2025-03-23T01:04:01.272Z","dependency_job_id":"175063e6-abe2-43e9-99be-0927bf88b64c","html_url":"https://github.com/mnrendra/types-package","commit_stats":null,"previous_names":["mnrendra/types-package"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/mnrendra/types-package","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnrendra%2Ftypes-package","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnrendra%2Ftypes-package/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnrendra%2Ftypes-package/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnrendra%2Ftypes-package/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mnrendra","download_url":"https://codeload.github.com/mnrendra/types-package/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnrendra%2Ftypes-package/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28495453,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T04:31:57.058Z","status":"ssl_error","status_checked_at":"2026-01-17T04:31:45.816Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["package-json","typescript","typescript-definitions"],"created_at":"2026-01-17T04:38:41.968Z","updated_at":"2026-01-17T04:38:42.042Z","avatar_url":"https://github.com/mnrendra.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @mnrendra/types-package\n`package.json` interface extended from the official and unofficial fields.\n\n## Install\n```bash\nnpm i -D @mnrendra/types-package\n```\n\n## Usage\n```typescript\nimport type { Package } from '@mnrendra/types-package'\n\nimport { readFileSync } from 'fs'\nimport { resolve } from 'path'\nimport { cwd } from 'process'\n\nconst { name, version }: Package = JSON.parse(readFileSync(resolve(cwd(), 'package.json'), 'utf-8'))\n\nconsole.log(name, version)\n```\n\n## Types\n```typescript\nimport type {\n  Package // `package.json` interface extended from the official and unofficial fields.\n} from '@mnrendra/types-package'\n```\n\n## License\n[MIT](https://github.com/mnrendra/types-package/blob/HEAD/LICENSE)\n\n## Author\n[@mnrendra](https://github.com/mnrendra)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmnrendra%2Ftypes-package","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmnrendra%2Ftypes-package","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmnrendra%2Ftypes-package/lists"}