-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
35 lines (35 loc) · 861 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
{
"name": "eslint-import-resolver-custom-alias",
"version": "1.3.2",
"description": "Plugin for eslint-plugin-import to use custom alias.",
"main": "index.js",
"scripts": {
"test": "jasmine"
},
"keywords": [
"eslint-import-resolver",
"eslint-import-plugin",
"alias",
"resolver"
],
"repository": {
"type": "git",
"url": "https://github.com/laysent/eslint-import-resolver-custom-alias.git"
},
"bugs": {
"url": "https://github.com/laysent/eslint-import-resolver-custom-alias/issues"
},
"homepage": "https://github.com/laysent/eslint-import-resolver-custom-alias",
"author": "LaySent",
"license": "MIT",
"dependencies": {
"glob-parent": "^6.0.2",
"resolve": "^1.22.2"
},
"devDependencies": {
"jasmine": "^4.6.0"
},
"peerDependencies": {
"eslint-plugin-import": ">=2.2.0"
}
}