-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
32 lines (32 loc) · 938 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
{
"name": "@brainhubeu/license-auditor",
"version": "1.0.16",
"description": "License Auditor helps you track and validate licenses inside your project. Prevents unwanted law complications. License Auditor includes a step in your pipeline and creates notifications about potential problems with used licenses. At the moment, a notification means a comment.",
"main": "index.js",
"directories": {
"example": "examples",
"license": "license"
},
"scripts": {
"lint": "eslint .",
"test": "jest ./src/__test__/*"
},
"repository": {
"type": "git",
"url": "https://github.com/brainhubeu/license-auditor"
},
"author": {
"name": "Brainhub"
},
"license": "MIT",
"dependencies": {
"license-checker": "^25.0.1"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"coveralls": "^3.1.0",
"eslint": "^7.1.0",
"eslint-config-brainhub": "^1.13.0",
"jest": "^25.1.0"
}
}