Skip to content

Commit

Permalink
Updated package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjackyliang committed Aug 15, 2024
1 parent 8439aad commit dfad324
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,6 @@ ij_php_new_line_after_php_opening_tag = true
[{*.markdown,*.md}]
ij_markdown_max_lines_around_block_elements = 0
ij_markdown_max_lines_around_header = 0

[*.py]
indent_size = 4
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"displayName": "Discord Stonker Bot",
"version": "3.4.3",
"description": "An advanced business-ready bot built for finance-related Discord servers",
"exports": "./build/src/index.js",
"main": "./build/index.js",
"exports": "./build/index.js",
"type": "module",
"private": true,
"scripts": {
Expand All @@ -12,6 +13,7 @@
"build:tsc": "tsc --build",
"build:copyfiles": "copyfiles \"src/views/invites.ejs\" \"invites.ejs\" \"config.json\" build"
},
"types": "",
"repository": {
"type": "git",
"url": "git://github.com/mrjackyliang/discord-stonker-bot.git"
Expand Down Expand Up @@ -48,15 +50,19 @@
"toggle-permissions",
"twitter-feed"
],
"author": "Jacky Liang",
"author": {
"name": "Jacky Liang",
"email": "[email protected]",
"url": "https://www.mrjackyliang.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/mrjackyliang/discord-stonker-bot/issues"
},
"files": [],
"homepage": "https://github.com/mrjackyliang/discord-stonker-bot",
"engines": {
"node": "^18.12.1"
"node": ">=18"
},
"dependencies": {
"axios": "1.3.2",
Expand Down

0 comments on commit dfad324

Please sign in to comment.