mirror of
https://github.com/misskey-dev/summaly.git
synced 2025-08-05 15:53:59 +09:00
38 lines
989 B
JSON
38 lines
989 B
JSON
{
|
|
"name": "summaly",
|
|
"version": "2.1.1",
|
|
"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.16.0",
|
|
"@types/debug": "0.0.30",
|
|
"@types/html-entities": "1.2.16",
|
|
"@types/mocha": "5.2.2",
|
|
"@types/request": "2.47.1",
|
|
"@types/node": "10.3.4",
|
|
"@types/request-promise-native": "1.0.15",
|
|
"express": "4.16.3",
|
|
"typescript": "2.9.2",
|
|
"mocha": "5.2.0"
|
|
},
|
|
"dependencies": {
|
|
"cheerio-httpcli": "0.7.3",
|
|
"debug": "3.1.0",
|
|
"escape-regexp": "0.0.1",
|
|
"html-entities": "1.2.1",
|
|
"request": "2.87.0",
|
|
"request-promise-native": "1.0.5",
|
|
"require-all": "2.2.0",
|
|
"trace-redirect": "1.0.6"
|
|
}
|
|
}
|