-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 789 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 789 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
30
31
32
33
34
35
{
"name": "@eqworks/node-slack-logger",
"version": "0.2.0",
"description": "Log events to slack channels",
"repository": "github:EQWorks/node-slack-logger",
"homepage": "https://github.com/EQWorks/node-slack-logger",
"author": {
"name": "EQ Works",
"email": "dev@eqworks.com",
"url": "https://eqworks.com/"
},
"scripts": {
"lint": "eslint ./lib"
},
"keywords": [
"slack",
"logger",
"node",
"error",
"exception",
"log",
"logging"
],
"main": "index.js",
"license": "MIT",
"types": "index.d.ts",
"typings": "index.d.ts",
"dependencies": {},
"devDependencies": {
"eslint": "^7.13.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1"
}
}