{
  "name": "etherpad-cli-client",
  "description": "Node Client for Etherpad",
  "version": "0.1.12",
  "author": {
    "name": "John McLear",
    "email": "john@mclear.co.uk",
    "url": "http://mclear.co.uk"
  },
  "contributors": [
    {
      "name": "Dmitry Uvarov",
      "email": "uvarov.dl@gmail.com"
    }
  ],
  "dependencies": {
    "async": "^3.2.1",
    "socket.io-client": "^2.3.0",
    "superagent": "^6.1.0"
  },
  "devDependencies": {
    "eslint": "^7.32.0",
    "eslint-config-etherpad": "^2.0.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"
  },
  "eslintConfig": {
    "root": true,
    "extends": "etherpad/plugin"
  },
  "scripts": {
    "lint": "eslint .",
    "lint:fix": "eslint --fix ."
  },
  "engines": {
    "node": ">=10.17.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/johnmclear/etherpad-cli-client.git"
  },
  "bin": {
    "etherpad": "cli.js"
  }

,"_resolved": "https://registry.npmjs.org/etherpad-cli-client/-/etherpad-cli-client-0.1.12.tgz"
,"_integrity": "sha512-7Cz9Ofd2xa4OJwOHNHyWdzKhRLLa17Mqbav2IV2old+DoVPUiFyOXz6YXaqBvkj09bS8BuTEQVajqo/rQ6N0LA=="
,"_from": "etherpad-cli-client@0.1.12"
}