orionsoft-react-scripts
Version:
Orionsoft Configuration and scripts for Create React App.
32 lines (31 loc) • 779 B
JSON
{
"name": "eslint-module-utils",
"version": "1.0.0",
"description": "Core utilities to support eslint-plugin-import and other module-related plugins.",
"engines": {
"node": ">=4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/benmosher/eslint-plugin-import.git"
},
"keywords": [
"eslint-plugin-import",
"eslint",
"modules",
"esmodules"
],
"author": "Ben Mosher <me@benmosher.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/benmosher/eslint-plugin-import/issues"
},
"homepage": "https://github.com/benmosher/eslint-plugin-import#readme",
"dependencies": {
"debug": "2.2.0",
"pkg-dir": "^1.0.0"
}
}