From 11b0336d2917c462ce73a931abf110748d6f29b0 Mon Sep 17 00:00:00 2001 From: fearandesire <63979371+fearandesire@users.noreply.github.com> Date: Sun, 2 Jun 2024 17:03:12 -0400 Subject: [PATCH] chore: Set git attributes in pkg.json --- package.json | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 7d1de1bc..9ae99140 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,16 @@ "name": "pluto-betting", "version": "3.1.9", "description": "Pluto Betting App - Discord Interface", + "type": "module", + "license": "MIT", + "private": true, + "author": "fearandesire ", + "email": "fenixcoding@gmail.com", + "url": "https://blog.fearandesire.com", + "repository": { + "type": "git", + "url": "https://github.com/fearandesire/Pluto-Betting-Bot" + }, "main": "./dist/Pluto.js", "module": "./dist/Pluto.js", "types": "./dist/Pluto.d.cts", @@ -30,9 +40,6 @@ "sap-cmd": "sapphire generate slashcommand", "dvault": "npx dotenv-vault@latest" }, - "type": "module", - "author": "fearandesire", - "license": "MIT", "aliases": { "@khronos-index": "./dist/openapi/khronos/index.js", "@pluto-api-routes": "./dist/utils/api/routes",