mirror of
https://github.com/misskey-dev/summaly.git
synced 2025-08-05 15:53:59 +09:00
36 lines
903 B
JSON
36 lines
903 B
JSON
{
|
|
"name": "summaly",
|
|
"version": "2.0.3",
|
|
"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/debug": "0.0.29",
|
|
"@types/express": "4.0.36",
|
|
"@types/html-entities": "1.2.15",
|
|
"@types/mocha": "2.2.41",
|
|
"@types/request": "2.0.3",
|
|
"@types/node": "8.0.28",
|
|
"express": "4.14.1",
|
|
"mocha": "3.5.2",
|
|
"typescript": "2.4.1"
|
|
},
|
|
"dependencies": {
|
|
"cheerio-httpcli": "0.7.0",
|
|
"debug": "3.0.1",
|
|
"escape-regexp": "0.0.1",
|
|
"html-entities": "1.2.1",
|
|
"request": "2.81.0",
|
|
"require-all": "2.2.0",
|
|
"trace-redirect": "1.0.4"
|
|
}
|
|
}
|