{"id":28573595,"url":"https://github.com/bridge-core/bptest","last_synced_at":"2025-10-08T21:57:39.579Z","repository":{"id":44016908,"uuid":"232563944","full_name":"bridge-core/BPTest","owner":"bridge-core","description":"Unit testing for Minecraft behavior packs","archived":false,"fork":false,"pushed_at":"2023-01-05T04:57:20.000Z","size":204,"stargazers_count":1,"open_issues_count":10,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-29T03:31:34.449Z","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/bridge-core.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}},"created_at":"2020-01-08T12:58:52.000Z","updated_at":"2020-09-28T14:31:39.000Z","dependencies_parsed_at":"2023-02-03T11:01:38.947Z","dependency_job_id":null,"html_url":"https://github.com/bridge-core/BPTest","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bridge-core/BPTest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bridge-core%2FBPTest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bridge-core%2FBPTest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bridge-core%2FBPTest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bridge-core%2FBPTest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bridge-core","download_url":"https://codeload.github.com/bridge-core/BPTest/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bridge-core%2FBPTest/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000686,"owners_count":26082837,"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-10-08T02:00:06.501Z","response_time":56,"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":"2025-06-10T21:18:33.386Z","updated_at":"2025-10-08T21:57:39.563Z","avatar_url":"https://github.com/bridge-core.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BPTest\nUnit testing for Minecraft behavior packs\n\n## Installation\n```npm i bptest```\n\n## Usage\n```javascript\nimport { ENV } from \"bptest\";\nimport path from \"path\";\n\nconst PROJ = \"path/to/project\";\n\nENV.setup(PROJ, async ({ readJSON, World, Entity }) =\u003e {\n    const W = new World();\n    const E = new Entity(await readJSON(path.join(PROJ, \"entities/player.json\")));\n    W.add(E);\n    W.tick(200);\n})\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbridge-core%2Fbptest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbridge-core%2Fbptest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbridge-core%2Fbptest/lists"}