{ "name": "quote-of-the-day", "version": "1.0.0", "description": "A method for sending a quote every day to a Discord webhook from the Twitch Center API for quotes", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/Tyler-A/quote-of-the-day.git" }, "author": "", "license": "ISC", "bugs": { "url": "https://github.com/Tyler-A/quote-of-the-day/issues" }, "homepage": "https://github.com/Tyler-A/quote-of-the-day#readme", "dependencies": { "@types/node": "^13.1.2", "@types/request": "^2.48.4", "@types/request-promise-native": "^1.0.17", "request": "^2.88.0", "request-promise-native": "^1.0.8" } }