{
  "name": "nntp-fast",
  "version": "0.2.1",
  "description": "A lightweight nntp client for node made with attention to speed and ease of use. Works with promises and streams. ",
  "main": "lib/nntp.js",
  "types": "lib/nntp.d.ts",
  "keywords": [
    "usenet",
    "nntp",
    "newsgroups",
    "typescript",
    "protocol"
  ],
  "files": [
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/DasKraken/nntp-fast.git"
  },
  "dependencies": {
    "streamsearch": "^0.1.2"
  },
  "devDependencies": {
    "@types/jest": "^25.1.4",
    "@types/node": "^12.12.31",
    "@typescript-eslint/eslint-plugin": "^2.25.0",
    "@typescript-eslint/parser": "^2.25.0",
    "eslint": "^6.8.0",
    "jest": "^25.2.3",
    "rimraf": "^3.0.2",
    "ts-jest": "^25.2.1",
    "ts-node": "^8.7.0",
    "typedoc": "^0.17.3",
    "typedoc-plugin-as-member-of": "^1.0.2",
    "typedoc-plugin-markdown": "^2.2.17",
    "typedoc-plugin-no-inherit": "^1.1.10",
    "typescript": "^3.8.3"
  },
  "scripts": {
    "test": "jest",
    "clean": "rimraf lib types",
    "build": "tsc -p .",
    "watch": "watch \"npm run build\" ./src",
    "eslint": "eslint \"src/**/*.ts\"",
    "typedoc": "npx typedoc --plugin typedoc-plugin-as-member-of --plugin typedoc-plugin-no-inherit --plugin typedoc-plugin-markdown --excludeNotExported --excludePrivate  --out docs src"
  },
  "author": "",
  "license": "Unlicense"
}
