Skip to content

Commit

Permalink
feat: Add some properties in package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayfri committed Mar 23, 2021
1 parent 96b6fac commit a501f19
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
{
"author": "Ayfri",
"bugs": {
"url": "https://github.com/Ayfri/discord-fetch/issues"
},
"dependencies": {
"discord.js": "^12.5.1"
},
"description": "A npm package for fetching messages from a Discord Guild, Channel or Channel list.",
"devDependencies": {
"@types/node": "^14.14.35",
"prettier": "^2.2.1",
"typescript": "^4.2.3"
},
"dependencies": {
"discord.js": "^12.5.1"
},
"engineStrict": true,
"engines": {
"node": ">=14.0.0",
Expand All @@ -21,6 +25,7 @@
"fetch-messages",
"discord-fetch"
],
"license": "GNU",
"main": "index.js",
"name": "discord-fetch-messages",
"prettier": {
Expand All @@ -33,7 +38,6 @@
"trailingComma": "es5",
"useTabs": true
},
"types": "types",
"readme": "https://github.com/Ayfri/discord-fetch/blob/main/README.md",
"repository": {
"type": "git",
Expand All @@ -44,5 +48,6 @@
"prepare": "npm run build",
"prettier": "prettier . --write"
},
"types": "types",
"version": "2.1.0"
}

0 comments on commit a501f19

Please sign in to comment.