diff --git a/package.json b/package.json index ee5587d..beaa937 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,14 @@ "version": "0.2.1", "description": "Bun-based mock server with static + dynamic mocking, JSON config, named JS handlers, pass-through, multi-tenancy, and test-data utilities.", "license": "MIT", + "repository": { + "type": "git", + "url": "git+https://github.com/dhanesh/mockstar.git" + }, + "homepage": "https://github.com/dhanesh/mockstar#readme", + "bugs": { + "url": "https://github.com/dhanesh/mockstar/issues" + }, "type": "module", "types": "./dist/index.d.ts", "bin": {