fetchUsers script with discord.js

This commit is contained in:
Xetera
2019-07-27 16:01:24 -07:00
parent ee4e2c2430
commit 31a45965bd
3 changed files with 74 additions and 7 deletions
+7 -4
View File
@@ -4,6 +4,9 @@
"description": "A simple starter to get up and developing quickly with Gatsby",
"version": "0.1.0",
"author": "TPH",
"peerDependencies": {
"discord.js": "git+https://github.com/discordjs/discord.js.git"
},
"dependencies": {
"@types/ramda": "^0.26.18",
"axios": "^0.19.0",
@@ -37,15 +40,15 @@
},
"devDependencies": {
"@graphql-codegen/cli": "^1.4.0",
"@graphql-codegen/typescript": "1.4.0",
"@graphql-codegen/typescript-operations": "1.4.0",
"@graphql-codegen/typescript-react-apollo": "1.4.0",
"@types/react": "^16.8.23",
"@types/react-dom": "^16.8.5",
"@types/react-helmet": "^5.0.8",
"@types/react-treeview": "^0.4.2",
"@types/styled-components": "^4.1.18",
"prettier": "^1.18.2",
"@graphql-codegen/typescript": "1.4.0",
"@graphql-codegen/typescript-operations": "1.4.0",
"@graphql-codegen/typescript-react-apollo": "1.4.0"
"prettier": "^1.18.2"
},
"keywords": [
"gatsby"