-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 746 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 746 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "discord-webhook-manager",
"version": "0.0.7",
"description": "A Discord Webhook Manager for Node.JS - Easily customisable webhook settings with webhook rate limits",
"main": "index.js",
"repository": "https://github.com/bsian03/Discord-Webhook-Manager.git",
"author": "Bsian <bsian@staff.libraryofcode.org>",
"license": "MIT",
"keywords": [
"discord",
"discordapp",
"webhook",
"log",
"webhook manager"
],
"dependencies": {
"request": "^2.88.0",
"request-promise": "^4.2.5"
},
"devDependencies": {
"eslint": "^6.7.1",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2"
},
"scripts": {
"lint": "eslint ./",
"test": "echo ok boomer"
}
}