{
  "name": "summaly",
  "version": "2.7.0",
  "description": "Get web page's summary",
  "author": "syuilo <syuilotan@yahoo.co.jp>",
  "license": "MIT",
  "repository": "https://github.com/syuilo/summaly.git",
  "bugs": "https://github.com/syuilo/summaly/issues",
  "main": "./built/index.js",
  "types": "./built/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "mocha --harmony"
  },
  "devDependencies": {
    "@types/cheerio": "0.22.18",
    "@types/debug": "4.1.7",
    "@types/html-entities": "1.3.4",
    "@types/mocha": "9.0.0",
    "@types/node": "16.11.12",
    "express": "4.17.1",
    "mocha": "9.1.3",
    "typescript": "4.5.3"
  },
  "dependencies": {
    "cheerio": "0.22.0",
    "debug": "4.3.3",
    "escape-regexp": "0.0.1",
    "got": "11.8.5",
    "html-entities": "2.3.2",
    "iconv-lite": "0.6.3",
    "jschardet": "3.0.0",
    "koa": "2.13.4",
    "private-ip": "2.3.3",
    "require-all": "3.0.0",
    "trace-redirect": "1.0.6"
  }
}
