Files
summaly/package.json
syuilo 6a7f17cdc1 2.5.1
2022-06-04 17:23:47 +09:00

39 lines
971 B
JSON

{
"name": "summaly",
"version": "2.5.1",
"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.5.1",
"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"
}
}