forked from lennym/eslint-plugin-implicit-dependencies
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 757 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
{
"name": "eslint-plugin-implicit-dependencies",
"version": "1.1.1",
"description": "eslint plugin to detect implicit dependencies",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lennym/eslint-plugin-implicit-dependencies.git"
},
"keywords": [
"eslint",
"eslint-plugin"
],
"author": "Leonard Martin <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/lennym/eslint-plugin-implicit-dependencies/issues"
},
"homepage": "https://github.com/lennym/eslint-plugin-implicit-dependencies#readme",
"dependencies": {
"builtin-modules": "^1.1.1",
"findup": "^0.1.5"
}
}