{"id":15382184,"url":"https://github.com/stefnotch/npm-typescript-template","last_synced_at":"2026-06-06T22:32:01.737Z","repository":{"id":65294195,"uuid":"589340347","full_name":"stefnotch/npm-typescript-template","owner":"stefnotch","description":"A little template repository for NPM packages that use Typescript","archived":false,"fork":false,"pushed_at":"2024-03-21T12:05:52.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-11T07:50:15.768Z","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":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stefnotch.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}},"created_at":"2023-01-15T21:07:21.000Z","updated_at":"2023-01-15T21:13:26.000Z","dependencies_parsed_at":"2023-02-10T02:15:58.643Z","dependency_job_id":null,"html_url":"https://github.com/stefnotch/npm-typescript-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefnotch%2Fnpm-typescript-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefnotch%2Fnpm-typescript-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefnotch%2Fnpm-typescript-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefnotch%2Fnpm-typescript-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stefnotch","download_url":"https://codeload.github.com/stefnotch/npm-typescript-template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241170223,"owners_count":19921571,"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-01T14:30:10.106Z","updated_at":"2026-06-06T22:32:01.668Z","avatar_url":"https://github.com/stefnotch.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# npm-typescript-template\n\nA little template repository for NPM packages that use Typescript.\n\nUse the template, make sure to fill out the `package.json` and get going!\n\n## Scripts\n\n- `npm run build`\n- `npm run release`\n\n## FAQ\n\n- Typescript cannot find the library?\n  That's because this uses the [`\"export\"` field in the `package.json`](https://www.typescriptlang.org/docs/handbook/esm-node.html#packagejson-exports-imports-and-self-referencing). Go to your `tsconfig.json`, or create one if there is none, and set\n```json\n{\n    \"compilerOptions\": {\n        /* This tells Typescript that we're working with the new importing mechanisms */\n        \"module\": \"nodenext\", \n    }\n}\n```\nMake sure to read [the documentation](https://www.typescriptlang.org/docs/handbook/esm-node.html) for what that means, among other things all the imports in your code might need a file extension.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefnotch%2Fnpm-typescript-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstefnotch%2Fnpm-typescript-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefnotch%2Fnpm-typescript-template/lists"}