{
  "name": "sockethub-platform-irc",
  "description": "A sockethub platform module implementing IRC functionality",
  "version": "3.6.2",
  "private": false,
  "author": "Nick Jennings <nick@silverbucket.net>",
  "license": "LGPL-3.0+",
  "main": "index.js",
  "keywords": [
    "sockethub",
    "messaging",
    "activitystreams",
    "activity",
    "streams",
    "protocol",
    "irc"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sockethub/sockethub.git",
    "directory": "packages/sockethub-platform-irc"
  },
  "homepage": "https://github.com/sockethub/sockethub/tree/master/packages/sockethub-platform-irc",
  "dependencies": {
    "irc-socket": "https://github.com/silverbucket/irc-socket/archive/v4-alpha.tar.gz",
    "irc2as": "^3.0.6"
  },
  "devDependencies": {
    "c8": "7.8.0",
    "eslint": "7.32.0",
    "jaribu": "2.2.3",
    "jsdoc-to-markdown": "7.0.1",
    "tv4": "1.3.0"
  },
  "scripts": {
    "compliance": "yarn run lint && yarn run test && yarn run coverage",
    "test": "c8 jaribu",
    "coverage": "c8 check-coverage --statements 80 --branches 55 --functions 85 --lines 80",
    "doc": "jsdoc2md --no-gfm --heading-depth 1 index.js  > API.md",
    "lint": "eslint --ignore-pattern \"coverage\" \"**/*.js\"",
    "lint:fix": "eslint --ignore-pattern \"coverage\" --fix \"**/*.js\""
  },
  "gitHead": "04d19f0e24b56af23419f8ba9d264483333a7402"
}
