{
  "name": "@overlookmotel/eslint-config-node",
  "version": "4.1.0",
  "description": "@overlookmotel's ESLint config for NodeJS",
  "main": "index.js",
  "files": [],
  "author": {
    "name": "Overlook Motel"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/overlookmotel/eslint-config-node.git"
  },
  "bugs": {
    "url": "https://github.com/overlookmotel/eslint-config-node/issues"
  },
  "dependencies": {},
  "peerDependencies": {
    "eslint": "^8.26.0",
    "eslint-plugin-node": "^11.1.0"
  },
  "devDependencies": {
    "@overlookmotel/eslint-config": "^10.1.0",
    "@overlookmotel/eslint-config-jest": "^6.0.1",
    "eslint": "^8.26.0",
    "eslint-plugin-node": "^11.1.0",
    "jest": "^29.2.2",
    "jest-extended": "^3.1.0",
    "npm-run-all": "^4.1.5"
  },
  "keywords": [
    "eslint",
    "eslintconfig",
    "config",
    "overlookmotel",
    "node"
  ],
  "scripts": {
    "test": "npm run lint && npm run test-main",
    "lint": "eslint .",
    "lint-fix": "eslint . --fix",
    "test-main": "jest",
    "cover": "npm-run-all -c cover-main cover-cleanup",
    "cover-main": "jest --coverage",
    "cover-cleanup": "rm -rf coverage"
  },
  "engines": {
    "node": ">=14"
  },
  "readmeFilename": "README.md",
  "license": "MIT"
}
