mirror of
https://github.com/misskey-dev/summaly.git
synced 2025-08-06 00:04:11 +09:00
36 lines
902 B
JSON
36 lines
902 B
JSON
{
|
|
"name": "summaly",
|
|
"version": "2.0.4",
|
|
"description": "Get web page's summary",
|
|
"author": "syuilo <i@syuilo.com>",
|
|
"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/express": "4.11.1",
|
|
"@types/debug": "0.0.30",
|
|
"@types/html-entities": "1.2.16",
|
|
"@types/mocha": "5.0.0",
|
|
"@types/request": "2.47.0",
|
|
"@types/node": "9.6.5",
|
|
"express": "4.16.3",
|
|
"typescript": "2.8.1",
|
|
"mocha": "5.1.0"
|
|
},
|
|
"dependencies": {
|
|
"cheerio-httpcli": "0.7.2",
|
|
"debug": "3.1.0",
|
|
"escape-regexp": "0.0.1",
|
|
"html-entities": "1.2.1",
|
|
"request": "2.86.0",
|
|
"require-all": "2.2.0",
|
|
"trace-redirect": "1.0.6"
|
|
}
|
|
}
|