summaly/package.json

53 lines
1.5 KiB
JSON
Raw Permalink Normal View History

2024-10-03 03:20:01 -07:00
{
"name": "@valkyriecoms/summaly",
"version": "5.1.0",
"description": "Get web page's summary",
"author": "Toastie <toastie@toastiet0ast.com>",
"license": "MIT",
"repository": "https: //toastielab.dev/Valkyriecoms/summaly.git",
"bugs": "https://toastielab.dev/Valkyriecoms/summaly/issues",
"main": "./built/index.js",
"type": "module",
"types": "./built/index.d.ts",
"packageManager": "pnpm@8.13.1",
"files": [
"built",
"LICENSE"
],
"scripts": {
"build": "tsc",
"eslint": "eslint src --ext .js,.jsx,.ts,.tsx",
"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",
"@swc/core": "^1.3.101",
"@swc/jest": "^0.2.29",
"@types/cheerio": "0.22.18",
"@types/debug": "4.1.7",
"@types/escape-regexp": "^0.0.1",
"@types/node": "20.10.6",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"@valkyriecoms/eslint-plugin": "1.0.0",
"debug": "^4.3.4",
"eslint": "^8.56.0",
"eslint-plugin-import": "^2.29.1",
"fastify": "^4.25.2",
"fastify-cli": "^5.9.0",
"jest": "^29.7.0",
"typescript": "5.3.3"
},
"dependencies": {
"cheerio": "1.0.0-rc.12",
"escape-regexp": "0.0.1",
"got": "^12.6.1",
"html-entities": "2.3.2",
"iconv-lite": "0.6.3",
"jschardet": "3.0.0",
"private-ip": "2.3.3",
"trace-redirect": "1.0.6"
}
}