UNPKG

670 BJSONView Raw
1{
2 "name": "eslint-module-utils",
3 "version": "0.2.1",
4 "description": "Core utilities to support eslint-plugin-import and other module-related plugins.",
5 "scripts": {
6 "test": "echo \"Error: no test specified\" && exit 1"
7 },
8 "repository": {
9 "type": "git",
10 "url": "git+https://github.com/benmosher/eslint-plugin-import.git"
11 },
12 "keywords": [
13 "eslint-plugin-import",
14 "eslint",
15 "modules",
16 "esmodules"
17 ],
18 "author": "Ben Mosher <me@benmosher.com>",
19 "license": "MIT",
20 "bugs": {
21 "url": "https://github.com/benmosher/eslint-plugin-import/issues"
22 },
23 "homepage": "https://github.com/benmosher/eslint-plugin-import#readme"
24}