diff --git a/package.json b/package.json index 21cfe15..129b975 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,11 @@ "version": "1.9.5", "description": "TypeScript helper library", "author": "AntoXa PRO ", + "homepage": "https://antoxahub.ru/antoxa/axp-ts", + "repository": { + "type": "git", + "url": "https://antoxahub.ru/antoxa/axp-ts.git" + }, "main": "dist/index.js", "files": [ "dist", @@ -16,7 +21,7 @@ "zod": "^3.21.4" }, "devDependencies": { - "prettier": "^2.8.7", + "prettier": "^2.8.8", "typescript": "^4.9.5" } }