{"id":15722537,"url":"https://github.com/thinknathan/tsd-boom-types","last_synced_at":"2025-10-14T19:30:55.201Z","repository":{"id":177454527,"uuid":"655940512","full_name":"thinknathan/tsd-boom-types","owner":"thinknathan","description":"Types for @britzl's boom, a game framework built on top of Defold","archived":true,"fork":false,"pushed_at":"2024-01-06T01:48:11.000Z","size":137,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-25T09:48:26.293Z","etag":null,"topics":["boom","defold","defold-boom","defold-game-engine","gamedev","lua","tstl","typescript","typescript-definitions","typescript-to-lua"],"latest_commit_sha":null,"homepage":"","language":null,"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/thinknathan.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}},"created_at":"2023-06-20T00:15:43.000Z","updated_at":"2024-01-26T01:59:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"c3bf8153-82ea-4ef4-ba73-ebcdbb22cdea","html_url":"https://github.com/thinknathan/tsd-boom-types","commit_stats":null,"previous_names":["thinknathan/tsd-boom-types"],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thinknathan%2Ftsd-boom-types","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thinknathan%2Ftsd-boom-types/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thinknathan%2Ftsd-boom-types/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thinknathan%2Ftsd-boom-types/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thinknathan","download_url":"https://codeload.github.com/thinknathan/tsd-boom-types/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236508342,"owners_count":19160336,"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":["boom","defold","defold-boom","defold-game-engine","gamedev","lua","tstl","typescript","typescript-definitions","typescript-to-lua"],"created_at":"2024-10-03T22:08:20.564Z","updated_at":"2025-10-14T19:30:49.880Z","avatar_url":"https://github.com/thinknathan.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"_docs/boom-types.png\" alt=\"Boom Types\"\u003e\n\n# @types/tsd-boom\n\n\u003ca href=\"https://discord.gg/eukcq5m\"\u003e\u003cimg alt=\"Chat with us!\" src=\"https://img.shields.io/discord/766898804896038942.svg?colorB=7581dc\u0026logo=discord\u0026logoColor=white\"\u003e\u003c/a\u003e\n\nTypeScript types for britzl's [boom](https://github.com/britzl/boom/), a game framework built on top of [Defold](https://defold.com/).\n\nFor use with [TS-Defold](https://github.com/ts-defold) and [TypeScriptToLua](https://github.com/TypeScriptToLua).\n\n## Installation\n\n1. Create a [TS-Defold](https://github.com/ts-defold) project\n2. Add [boom](https://github.com/britzl/boom/) to your Defold project\n3. Import these types\n\n```bash\nyarn add git+https://git@github.com/thinknathan/tsd-boom-types.git#^1.0.0 -D\n# or\nnpm install git+https://git@github.com/thinknathan/tsd-boom-types.git#^1.0.0 --save-dev\n```\n\n4. Add `tsd-boom` to `types` in `tsconfig.json`\n\n```diff\n{\n\t\"compilerOptions\": {\n\t\t\"types\": [\n+\t\t\t\"tsd-boom\",\n\t\t],\n\t}\n}\n```\n\n5. Add `node_modules/@types` to `typeRoots` in `tsconfig.json` if it's not already there\n\n```diff\n{\n\t\"compilerOptions\": {\n\t\t\"typeRoots\": [\n+\t\t\t\"node_modules/@types\",\n\t\t],\n\t}\n}\n```\n\n## Usage\n\nYou can now import `boom` in your TypeScript like this:\n\n```ts\nimport { boom } from 'boom.boom';\n```\n\n\u003cp align=\"center\" class=\"h4\"\u003e\n  TypeScript :heart: Defold\n\u003c/p\u003e\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthinknathan%2Ftsd-boom-types","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthinknathan%2Ftsd-boom-types","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthinknathan%2Ftsd-boom-types/lists"}