Add dependencies
This commit is contained in:
parent
caca4d1813
commit
e0684b963e
1 changed files with 26 additions and 0 deletions
26
package.json
Normal file
26
package.json
Normal file
|
|
@ -0,0 +1,26 @@
|
||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue