From d888a24d3d504ec990fdffb1a985f00133e81a7e Mon Sep 17 00:00:00 2001 From: Diogo Cardoso Date: Tue, 24 Jan 2023 12:24:44 +0000 Subject: [PATCH] add metadata --- package.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/package.json b/package.json index 119e50e..056cf39 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,18 @@ "name": "exchange-rates-ecb", "license": "MIT", "version": "1.0.2", + "author": { + "name": "Diogo Cardoso", + "email": "hi@diogocardoso.dev" + }, + "repository": { + "type": "git", + "url": "https://github.com/nip10/exchange-rates-ecb.git" + }, + "bugs": { + "url": "https://github.com/nip10/exchange-rates-ecb/issues" + }, + "homepage": "https://github.com/nip10/exchange-rates-ecb#readme", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts",