diff --git a/api/package.json b/api/package.json index ffcd03f..8659556 100644 --- a/api/package.json +++ b/api/package.json @@ -7,6 +7,14 @@ "email": "me@jaydenseric.com", "url": "https://jaydenseric.com" }, + "repository": { + "type": "git", + "url": "https://github.com/jaydenseric/apollo-upload-examples.git", + "directory": "api" + }, + "homepage": "https://github.com/jaydenseric/apollo-upload-examples#readme", + "bugs": "https://github.com/jaydenseric/apollo-upload-examples/issues", + "funding": "https://github.com/sponsors/jaydenseric", "engines": { "node": "^12.9.0 || >= 13.7.0" }, diff --git a/app/package.json b/app/package.json index 83f5ba3..a3cf3ab 100644 --- a/app/package.json +++ b/app/package.json @@ -7,6 +7,14 @@ "email": "me@jaydenseric.com", "url": "https://jaydenseric.com" }, + "repository": { + "type": "git", + "url": "https://github.com/jaydenseric/apollo-upload-examples.git", + "directory": "app" + }, + "homepage": "https://github.com/jaydenseric/apollo-upload-examples#readme", + "bugs": "https://github.com/jaydenseric/apollo-upload-examples/issues", + "funding": "https://github.com/sponsors/jaydenseric", "engines": { "node": "^12.0.0 || >= 13.7.0" },