UNPKG

774 BJSONView Raw
1{
2 "name": "eslint-import-resolver-node",
3 "version": "0.1.0",
4 "description": "Node default behavior import resolution plugin for eslint-plugin-import.",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/benmosher/eslint-plugin-import"
12 },
13 "keywords": [
14 "eslint",
15 "eslintplugin",
16 "esnext",
17 "modules",
18 "eslint-plugin-import"
19 ],
20 "author": "Ben Mosher (me@benmosher.com)",
21 "license": "MIT",
22 "bugs": {
23 "url": "https://github.com/benmosher/eslint-plugin-import/issues"
24 },
25 "homepage": "https://github.com/benmosher/eslint-plugin-import",
26 "dependencies": {
27 "object-assign": "^4.0.1",
28 "resolve": "^1.1.6"
29 }
30}