{
    "name": "@whizark/eslint-config",
    "version": "0.85.0",
    "description": "ESLint sharable configuration files",
    "keywords": [
        "eslint",
        "eslint-config",
        "javascript",
        "ecmascript",
        "lint"
    ],
    "homepage": "https://github.com/whizark/eslint-config",
    "bugs": {
        "url": "https://github.com/whizark/eslint-config/issues"
    },
    "license": "MIT",
    "author": {
        "name": "Whizark",
        "url": "https://whizark.com"
    },
    "files": [
        "index.js",
        "config"
    ],
    "main": "./index.js",
    "repository": {
        "type": "git",
        "url": "https://github.com/whizark/eslint-config.git"
    },
    "scripts": {
        "test": "node test/index.js"
    },
    "devDependencies": {
        "eslint": "git+https://github.com/eslint/eslint.git#master"
    },
    "peerDependencies": {
        "eslint": "7.7.0"
    },
    "optionalDependencies": {
        "babel-eslint": "10.1.0",
        "eslint-plugin-flowtype": "5.2.0",
        "eslint-plugin-react": "7.20.6"
    }
}
