mirror of
https://github.com/misskey-dev/summaly.git
synced 2025-04-28 18:27:31 +09:00
53 lines
1.5 KiB
JSON
53 lines
1.5 KiB
JSON
{
|
|
"name": "@misskey-dev/summaly",
|
|
"version": "5.2.1",
|
|
"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",
|
|
"packageManager": "pnpm@9.12.3",
|
|
"files": [
|
|
"built",
|
|
"LICENSE"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc && tsc-alias",
|
|
"eslint": "eslint",
|
|
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --silent=false --verbose false",
|
|
"serve": "fastify start ./built/index.js"
|
|
},
|
|
"devDependencies": {
|
|
"@jest/globals": "^29.7.0",
|
|
"@misskey-dev/eslint-plugin": "^2.1.0",
|
|
"@swc/core": "^1.10.12",
|
|
"@swc/jest": "^0.2.37",
|
|
"@types/cheerio": "0.22.35",
|
|
"@types/debug": "4.1.12",
|
|
"@types/escape-regexp": "^0.0.3",
|
|
"@types/node": "22.13.0",
|
|
"@typescript-eslint/eslint-plugin": "^8.22.0",
|
|
"@typescript-eslint/parser": "^8.22.0",
|
|
"debug": "^4.4.0",
|
|
"eslint": "^9.19.0",
|
|
"eslint-plugin-import": "^2.31.0",
|
|
"fastify": "^5.2.1",
|
|
"fastify-cli": "^7.3.0",
|
|
"jest": "^29.7.0",
|
|
"tsc-alias": "^1.8.10",
|
|
"typescript": "5.7.3"
|
|
},
|
|
"dependencies": {
|
|
"cheerio": "1.0.0",
|
|
"escape-regexp": "0.0.1",
|
|
"got": "^14.4.5",
|
|
"html-entities": "2.5.2",
|
|
"iconv-lite": "0.6.3",
|
|
"jschardet": "3.1.4",
|
|
"private-ip": "3.0.2"
|
|
}
|
|
}
|