forked from openjck/domainspy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 749 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 749 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
{
"name": "domainspy",
"private": true,
"engines": {
"node": ">=8.0.0"
},
"scripts": {
"test": "npm run lint",
"format": "prettier --write '**/*.js' '**/*.json'",
"lint": "eslint --ext .js --ext .json ."
},
"dependencies": {
"@sendgrid/mail": "6.4.0",
"ip": "1.1.5",
"request": "2.88.0",
"xml2js": "0.4.23"
},
"devDependencies": {
"eslint": "6.8.0",
"eslint-config-airbnb-base": "14.1.0",
"eslint-config-prettier": "6.10.1",
"eslint-plugin-import": "2.20.1",
"eslint-plugin-json": "2.1.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "3.1.2",
"prettier": "2.0.2"
}
}