DNDQoteGrabber/node_modules/discord-fetch-all/package.json

36 lines
818 B
JSON
Raw Normal View History

2023-12-20 14:09:06 +00:00
{
"name": "discord-fetch-all",
"version": "3.0.2",
"description": "Easily fetch all reactions/messages from a message or channel",
"main": "./src/index.js",
"scripts": {
"test": "nodemon ./test/bot.ts",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iColtz/discord-fetch-all.git"
},
"keywords": [
"discord",
"reactions",
"fetch"
],
"author": "iColtz",
"license": "ISC",
"bugs": {
"url": "https://github.com/iColtz/discord-fetch-all/issues"
},
"homepage": "https://github.com/iColtz/discord-fetch-all#readme",
"devDependencies": {
"@types/node": "^14.14.7",
"dotenv": "^8.2.0",
"eslint": "^7.13.0",
"nodemon": "^2.0.6",
"typescript": "^4.0.5"
},
"dependencies": {
"discord.js": "^12.4.1"
}
}