diff --git a/package.json b/package.json index d03ce43..87410cd 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,12 @@ "dev": "npm run build && npm start", "test": "npm run build && shx cp -r src/_test/test-vault bin/_test/test-vault && node ./bin/_test/test-runner.js" }, + "repository": { + "type": "git", + "url": "git@git.astral.camp:endeavorance/hammerstone.git" + }, "keywords": [], - "author": "", + "author": "Endeavorance (https://endeavorance.camp)", "license": "CC BY-NC-SA 4.0", "devDependencies": { "@types/lodash-es": "^4.17.12",