mirror of
https://github.com/misskey-dev/summaly.git
synced 2025-08-06 00:04:11 +09:00
41 lines
1.0 KiB
JSON
41 lines
1.0 KiB
JSON
{
|
|
"name": "summaly",
|
|
"version": "3.0.0",
|
|
"description": "Get web page's summary",
|
|
"author": "syuilo <syuilotan@yahoo.co.jp>",
|
|
"license": "MIT",
|
|
"repository": "https://github.com/misskey-dev/summaly.git",
|
|
"bugs": "https://github.com/misskey-dev/summaly/issues",
|
|
"main": "./built/index.js",
|
|
"type": "module",
|
|
"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",
|
|
"@types/require-all": "^3.0.3",
|
|
"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"
|
|
}
|
|
}
|