{
  "name": "eslint-config-etherpad",
  "version": "2.0.0",
  "description": "ESLint shareable config used for Etherpad and its plugins",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ether/eslint-config-etherpad.git"
  },
  "keywords": [
    "eslint",
    "eslintconfig",
    "etherpad"
  ],
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/ether/eslint-config-etherpad/issues"
  },
  "homepage": "https://github.com/ether/eslint-config-etherpad#readme",
  "eslintConfig": {
    "root": true,
    "extends": "./node.js"
  },
  "scripts": {
    "lint": "eslint .",
    "lint:fix": "eslint --fix ."
  },
  "engines": {
    "node": ">=12.13.0"
  },
  "peerDependencies": {
    "eslint": "^7.28.0",
    "eslint-plugin-cypress": "^2.11.3",
    "eslint-plugin-eslint-comments": "^3.2.0",
    "eslint-plugin-mocha": "^9.0.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prefer-arrow": "^1.2.3",
    "eslint-plugin-promise": "^5.1.0",
    "eslint-plugin-you-dont-need-lodash-underscore": "^6.12.0"
  },
  "devDependencies": {
    "eslint": "^7.28.0",
    "eslint-plugin-cypress": "^2.11.3",
    "eslint-plugin-eslint-comments": "^3.2.0",
    "eslint-plugin-mocha": "^9.0.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prefer-arrow": "^1.2.3",
    "eslint-plugin-promise": "^5.1.0",
    "eslint-plugin-you-dont-need-lodash-underscore": "^6.12.0"
  }

,"_resolved": "https://registry.npmjs.org/eslint-config-etherpad/-/eslint-config-etherpad-2.0.0.tgz"
,"_integrity": "sha512-ejBTLZiXkreSHNsdHWk/vCRkieYb6CpVZb/DH2QKbYktqRN/EFgaSISLb/8n8HZA5XvLVLbRDvDyBc/h3tIEcA=="
,"_from": "eslint-config-etherpad@2.0.0"
}