{"id":15894872,"url":"https://github.com/clayrisser/link-type-definitions","last_synced_at":"2025-04-02T18:23:26.852Z","repository":{"id":57381472,"uuid":"215493018","full_name":"clayrisser/link-type-definitions","owner":"clayrisser","description":"typescript definition package manager","archived":false,"fork":false,"pushed_at":"2023-11-29T08:58:59.000Z","size":2207,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-29T19:08:28.732Z","etag":null,"topics":["manager","package","ts","tsc","typescript"],"latest_commit_sha":null,"homepage":"https://codejam.ninja","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/clayrisser.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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":"2019-10-16T08:10:03.000Z","updated_at":"2023-11-29T08:59:06.000Z","dependencies_parsed_at":"2023-11-29T09:48:18.803Z","dependency_job_id":"a7fdfeee-f6e7-48c8-a6b6-8cf0fc44064d","html_url":"https://github.com/clayrisser/link-type-definitions","commit_stats":null,"previous_names":["codejamninja/link-type-definitions","codejamninja/tscpm","codejamninja/tsdpm"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clayrisser%2Flink-type-definitions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clayrisser%2Flink-type-definitions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clayrisser%2Flink-type-definitions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clayrisser%2Flink-type-definitions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clayrisser","download_url":"https://codeload.github.com/clayrisser/link-type-definitions/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246628206,"owners_count":20808106,"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","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":["manager","package","ts","tsc","typescript"],"created_at":"2024-10-06T08:42:16.662Z","updated_at":"2025-04-02T18:23:26.835Z","avatar_url":"https://github.com/clayrisser.png","language":"TypeScript","funding_links":["https://liberapay.com/codejamninja/donate"],"categories":[],"sub_categories":[],"readme":"# link-type-definitions\n\n[![GitHub stars](https://img.shields.io/github/stars/codejamninja/link-type-definitions.svg?style=social\u0026label=Stars)](https://github.com/codejamninja/link-type-definitions)\n\n![](assets/link-type-definitions.png)\n\n\u003e link type definitions\n\nLink and use 3rd party typescript defintions without DefinitelyTyped.\n\nI build this because it is not possible to use type definitions without copy pasting them to the `src/@types` folder or submitting a pull request (and getting it accepted) from DefinitelyTyped.\n\nPlease ★ this repo if you found it useful ★ ★ ★\n\n## Installation\n\n```sh\nnpm install -g link-type-definitions\n```\n\n## Dependencies\n\n- [NodeJS](https://nodejs.org)\n\n## Usage\n\nYou can manually setup the project to link type definitions, or you can use the cli to automate the setup..\n\n### Setup your project\n\nNavigate to the root of your project and run the following command.\n\n```sh\nlink-type-definitions setup\n```\n\nThis will add the following to your _package.json_.\n\n_package.json_\n\n```json\n{\n  \"scripts\": {\n    \"postinstall\": \"link-type-definitions link\"\n  },\n  \"devDependencies\": {\n    \"link-type-definitions\": \"^0.2.5\"\n  },\n  \"linkTypeDefinitions\": []\n}\n```\n\nYou may need to reinstall your dependencies after running the setup.\n\n```sh\nnpm install\n```\n\n### Install npm modules that contain type definitions\n\n```sh\nnpm install --save-dev \u003cSOME_NPM_MODULE\u003e\n```\n\n### Link the modules types\n\nNote that the module must be added to the package.json `dependencies` or `devDependancies` before linking its type definitions. Use the `-S` flag if you want to add the linked dependencies to the _package.json_.\n\n```sh\nlink-type-definitions -S \u003cSOME_NPM_MODULE\u003e\n```\n\n## Support\n\nSubmit an [issue](https://github.com/codejamninja/link-type-definitions/issues/new)\n\n## Screenshots\n\n[Contribute](https://github.com/codejamninja/link-type-definitions/blob/master/CONTRIBUTING.md) a screenshot\n\n## Contributing\n\nReview the [guidelines for contributing](https://github.com/codejamninja/link-type-definitions/blob/master/CONTRIBUTING.md)\n\n## License\n\n[MIT License](https://github.com/codejamninja/link-type-definitions/blob/master/LICENSE)\n\n[Jam Risser](https://codejam.ninja) © 2019\n\n## Changelog\n\nReview the [changelog](https://github.com/codejamninja/link-type-definitions/blob/master/CHANGELOG.md)\n\n## Credits\n\n- [Jam Risser](https://codejam.ninja) - Author\n\n## Support on Liberapay\n\nA ridiculous amount of coffee ☕ ☕ ☕ was consumed in the process of building this project.\n\n[Add some fuel](https://liberapay.com/codejamninja/donate) if you'd like to keep me going!\n\n[![Liberapay receiving](https://img.shields.io/liberapay/receives/codejamninja.svg?style=flat-square)](https://liberapay.com/codejamninja/donate)\n[![Liberapay patrons](https://img.shields.io/liberapay/patrons/codejamninja.svg?style=flat-square)](https://liberapay.com/codejamninja/donate)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclayrisser%2Flink-type-definitions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclayrisser%2Flink-type-definitions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclayrisser%2Flink-type-definitions/lists"}