{"id":19714637,"url":"https://github.com/quavedev/meteor-packages","last_synced_at":"2025-08-17T10:04:10.130Z","repository":{"id":119413651,"uuid":"270965408","full_name":"quavedev/meteor-packages","owner":"quavedev","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-17T14:23:21.000Z","size":823,"stargazers_count":8,"open_issues_count":7,"forks_count":2,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-04-29T19:38:18.441Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/quavedev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2020-06-09T09:54:57.000Z","updated_at":"2025-04-17T14:23:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"4db2fffb-a756-42d8-9278-33b825f51f88","html_url":"https://github.com/quavedev/meteor-packages","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/quavedev/meteor-packages","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quavedev%2Fmeteor-packages","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quavedev%2Fmeteor-packages/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quavedev%2Fmeteor-packages/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quavedev%2Fmeteor-packages/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/quavedev","download_url":"https://codeload.github.com/quavedev/meteor-packages/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quavedev%2Fmeteor-packages/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270831782,"owners_count":24653413,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-17T02:00:09.016Z","response_time":129,"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":[],"created_at":"2024-11-11T22:34:32.774Z","updated_at":"2025-08-17T10:04:10.096Z","avatar_url":"https://github.com/quavedev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Meteor Packages by Quave\n\n## Types\n\nWe configure our packages to expose types using `zodern:types` package.\n\nAccording to `zodern:types` documentation, we need to create a `package-types.json` file in the package directory with the following structure:\n\n```json\n{\n    \"typesEntry\": \"collections.js\"\n}\n```\n\nAlso add a `tsconfig.json` file like this:\n\n```json\n{\n  \"compilerOptions\": {\n    \"allowJs\": true,\n    \"declaration\": true,\n    \"emitDeclarationOnly\": true,\n    \"outDir\": \".\"\n  },\n  \"include\": [\"collections.js\"],\n  \"exclude\": [\"node_modules\", \"**/*.d.ts\"],\n}\n```\n\nAnd then we need to depend on it (api.use).\n\nSee [collections package](https://github.com/quavedev/meteor-packages/tree/main/collections) as an example.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquavedev%2Fmeteor-packages","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquavedev%2Fmeteor-packages","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquavedev%2Fmeteor-packages/lists"}