{"id":16682607,"url":"https://github.com/jchip/run-ts","last_synced_at":"2025-12-29T12:07:10.063Z","repository":{"id":66137379,"uuid":"401153010","full_name":"jchip/run-ts","owner":"jchip","description":null,"archived":false,"fork":false,"pushed_at":"2021-08-29T23:39:12.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-20T07:26:01.108Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/jchip.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}},"created_at":"2021-08-29T22:16:03.000Z","updated_at":"2021-08-29T23:39:33.000Z","dependencies_parsed_at":"2023-03-23T23:31:28.909Z","dependency_job_id":null,"html_url":"https://github.com/jchip/run-ts","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jchip%2Frun-ts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jchip%2Frun-ts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jchip%2Frun-ts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jchip%2Frun-ts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jchip","download_url":"https://codeload.github.com/jchip/run-ts/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243392326,"owners_count":20283565,"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":[],"created_at":"2024-10-12T14:08:04.374Z","updated_at":"2025-12-29T12:07:09.988Z","avatar_url":"https://github.com/jchip.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# run-ts\n\nA development tool to run typescript from node modules on-the-fly.\n\nThis is useful for developing with locally linked modules, typically in a monorepo setup.\n\n## Basic Workflow\n\n- npm packages expected to publish with full TypeScript source code and source maps data.\n- A require hook that checks the code being required for source map\n- If source map exist, load it and look for source file\n- If source files exist, then load and transpile them on the fly.\n- Otherwise just return original code.\n\n## Source Only Workflow\n\n- npm package does not need to provide transpiled code\n- `package.json` needs to provide configuration that tells run-ts the mapping of src dir to dist dir\n- When run-ts can't find the actual required file, it will check `package.json`\n  - if it finds config for it, it will map filename to original source\n  - it will load the source and transform it\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjchip%2Frun-ts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjchip%2Frun-ts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjchip%2Frun-ts/lists"}