-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 933 Bytes
/
package.json
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
36
{
"name": "@feedzai/analyzer-utilities",
"version": "1.0.47",
"description": "Utilities for the repo-analyzer project",
"main": "index.js",
"scripts": {
"lint": "eslint ./*.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:feedzai/repo-analyzer-utilities.git"
},
"keywords": [
"utilities",
"repo-analyzer"
],
"author": "Henrique Dias",
"license": "MIT",
"dependencies": {
"glob": "^7.1.4",
"lodash": "^4.17.15",
"pino": "^5.13.2",
"strip-json-comments": "^3.0.1",
"yargs": "^14.0.0"
},
"devDependencies": {
"@feedzai/eslint-config-feedzai": "^4.0.1",
"@feedzai/eslint-config-feedzai-react": "^4.0.1",
"eslint": "^6.5.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^21.27.2",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.12.3"
}
}