diff --git a/package.json b/package.json index 24cb24c..9789a1d 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "0.1.0", "description": "Configurable dashed border utility for Tailwind CSS v4", "author": "Mira Gluhih", + "contributors": [], "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", @@ -20,6 +21,10 @@ "build": "tsc -p tsconfig.json", "check": "tsc -p tsconfig.json --noEmit" }, + "repository": { + "type": "git", + "url": "https://github.com/ArsenijSerjogin/tailwind-dashed-border.git" + }, "keywords": [ "tailwindcss", "tailwind", @@ -37,5 +42,9 @@ "publishConfig": { "access": "public" }, - "license": "MIT" + "license": "MIT", + "bugs": { + "url": "https://github.com/ArsenijSerjogin/tailwind-dashed-border/issues" + }, + "homepage": "https://github.com/ArsenijSerjogin/tailwind-dashed-border" }