Skip to content

Commit

Permalink
chore: Set git attributes in pkg.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fearandesire committed Jun 2, 2024
1 parent 0abd634 commit 11b0336
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <fenixcoding@gmail.com>",
"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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 11b0336

Please sign in to comment.