rsshub
Version:
Make RSS Great Again!
203 lines • 6.56 kB
JSON
{
"name": "rsshub",
"version": "1.0.0-master.9ec1dda",
"description": "Make RSS Great Again!",
"keywords": [
"RSS"
],
"homepage": "https://github.com/DIYgod/RSSHub#readme",
"bugs": {
"url": "https://github.com/DIYgod/RSSHub/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DIYgod/RSSHub.git"
},
"license": "MIT",
"author": "DIYgod",
"type": "module",
"main": "lib/pkg.ts",
"files": [
"lib"
],
"lint-staged": {
"*.js": [
"prettier --ignore-unknown --ignore-path ./.gitignore --write",
"eslint --cache --fix"
],
"*.{ts,tsx}": [
"prettier --ignore-unknown --ignore-path ./.gitignore --write",
"eslint --cache --fix"
],
"*.yml": "eslint --cache --fix"
},
"dependencies": {
"@bbob/html": "4.2.0",
"@bbob/plugin-helper": "4.2.0",
"@bbob/preset-html5": "4.2.0",
"@hono/node-server": "1.18.1",
"@hono/zod-openapi": "0.19.10",
"@notionhq/client": "4.0.1",
"@opentelemetry/api": "1.9.0",
"@opentelemetry/exporter-prometheus": "0.203.0",
"@opentelemetry/exporter-trace-otlp-http": "0.203.0",
"@opentelemetry/resources": "2.0.1",
"@opentelemetry/sdk-metrics": "2.0.1",
"@opentelemetry/sdk-trace-base": "2.0.1",
"@opentelemetry/semantic-conventions": "1.36.0",
"@postlight/parser": "2.2.3",
"@rss3/sdk": "0.0.25",
"@scalar/hono-api-reference": "0.9.13",
"@sentry/node": "10.0.0",
"@tonyrl/rand-user-agent": "2.0.83",
"aes-js": "3.1.2",
"art-template": "4.13.2",
"cheerio": "1.1.2",
"city-timezones": "1.3.1",
"cross-env": "10.0.0",
"crypto-js": "4.2.0",
"currency-symbol-map": "5.1.0",
"dayjs": "1.11.8",
"destr": "2.0.5",
"directory-import": "3.3.2",
"dotenv": "17.2.1",
"entities": "6.0.1",
"etag": "1.8.1",
"fanfou-sdk": "6.0.0",
"form-data": "4.0.4",
"googleapis": "154.1.0",
"hono": "4.8.12",
"html-to-text": "9.0.5",
"http-cookie-agent": "6.0.8",
"https-proxy-agent": "7.0.6",
"iconv-lite": "0.6.3",
"imapflow": "1.0.188",
"instagram-private-api": "1.46.1",
"ioredis": "5.7.0",
"ip-regex": "5.0.0",
"jsdom": "26.1.0",
"json-bigint": "1.0.0",
"jsonpath-plus": "10.3.0",
"jsrsasign": "10.9.0",
"lru-cache": "11.1.0",
"lz-string": "1.5.0",
"mailparser": "3.7.4",
"markdown-it": "14.1.0",
"mixi2": "0.2.2",
"module-alias": "2.2.3",
"narou": "1.2.0",
"notion-to-md": "3.1.9",
"oauth-1.0a": "2.2.6",
"ofetch": "1.4.1",
"otplib": "12.0.1",
"p-map": "7.0.3",
"pac-proxy-agent": "7.2.0",
"proxy-chain": "2.5.9",
"query-string": "9.2.2",
"rate-limiter-flexible": "7.2.0",
"re2js": "1.1.0",
"rebrowser-puppeteer": "24.8.1",
"rfc4648": "1.5.4",
"rss-parser": "3.13.0",
"sanitize-html": "2.17.0",
"simplecc-wasm": "1.1.0",
"socks-proxy-agent": "8.0.5",
"source-map": "0.7.6",
"telegram": "2.26.22",
"title": "4.0.1",
"tldts": "7.0.10",
"tosource": "2.0.0-alpha.3",
"tough-cookie": "5.1.2",
"tsx": "4.20.3",
"twitter-api-v2": "1.24.0",
"ufo": "1.6.1",
"undici": "6.21.3",
"uuid": "11.1.0",
"winston": "3.17.0",
"xxhash-wasm": "1.1.0",
"youtubei.js": "15.0.1",
"zod": "3.25.76"
},
"devDependencies": {
"@babel/preset-env": "7.28.0",
"@babel/preset-typescript": "7.27.1",
"@bbob/types": "4.2.0",
"@eslint/eslintrc": "3.3.1",
"@eslint/js": "9.32.0",
"@microsoft/eslint-formatter-sarif": "3.1.0",
"@stylistic/eslint-plugin": "5.2.2",
"@types/aes-js": "3.1.4",
"@types/babel__preset-env": "7.10.0",
"@types/crypto-js": "4.2.2",
"@types/eslint": "9.6.1",
"@types/etag": "1.8.4",
"@types/fs-extra": "11.0.4",
"@types/html-to-text": "9.0.4",
"@types/imapflow": "1.0.22",
"@types/js-beautify": "1.14.3",
"@types/jsdom": "21.1.7",
"@types/json-bigint": "1.0.4",
"@types/jsrsasign": "10.5.13",
"@types/lint-staged": "13.3.0",
"@types/mailparser": "3.4.6",
"@types/markdown-it": "14.1.2",
"@types/module-alias": "2.0.4",
"@types/node": "24.1.0",
"@types/sanitize-html": "2.16.0",
"@types/supertest": "6.0.3",
"@types/title": "4.0.0",
"@types/uuid": "10.0.0",
"@typescript-eslint/eslint-plugin": "8.38.0",
"@typescript-eslint/parser": "8.38.0",
"@vercel/nft": "0.30.0",
"@vitest/coverage-v8": "2.1.9",
"discord-api-types": "0.38.18",
"domhandler": "5.0.3",
"eslint": "9.32.0",
"eslint-config-prettier": "10.1.8",
"eslint-nibble": "8.1.0",
"eslint-plugin-n": "17.21.3",
"eslint-plugin-prettier": "5.5.3",
"eslint-plugin-unicorn": "60.0.0",
"eslint-plugin-yml": "1.18.0",
"fs-extra": "11.3.0",
"globals": "16.3.0",
"got": "14.4.7",
"husky": "9.1.7",
"js-beautify": "1.15.4",
"lint-staged": "16.1.4",
"magic-string": "0.30.17",
"mockdate": "3.0.5",
"msw": "2.4.3",
"node-network-devtools": "1.0.28",
"prettier": "3.6.2",
"remark-parse": "11.0.0",
"supertest": "7.1.4",
"tsdown": "0.13.2",
"typescript": "5.8.3",
"unified": "11.0.5",
"vite-tsconfig-paths": "5.1.4",
"vitest": "2.1.9",
"yaml-eslint-parser": "1.3.0"
},
"engines": {
"node": ">=22"
},
"scripts": {
"build": "tsx scripts/workflow/build-routes.ts && tsdown",
"build:docs": "tsx scripts/workflow/build-docs.ts",
"dev": "cross-env NODE_ENV=dev tsx watch --inspect --clear-screen=false lib/index.ts",
"dev:cache": "cross-env NODE_ENV=production tsx watch --clear-screen=false lib/index.ts",
"format": "prettier \"**/*.{ts,tsx,js,json}\" --write --experimental-cli && eslint --cache --fix \"**/*.{ts,tsx,js,yml}\"",
"format:check": "prettier \"**/*.{ts,tsx,js,json}\" --check --experimental-cli && eslint --cache \"**/*.{ts,tsx,js,yml}\"",
"format:staged": "lint-staged",
"lint": "eslint --cache .",
"profiling": "cross-env NODE_ENV=production tsx --prof lib/index.ts",
"start": "cross-env NODE_ENV=production node dist/index.js",
"test": "npm run format:check && npm run vitest:coverage",
"vitest": "cross-env NODE_ENV=test vitest",
"vitest:coverage": "cross-env NODE_ENV=test vitest --coverage.enabled --reporter=junit",
"vitest:fullroutes": "cross-env NODE_ENV=test FULL_ROUTES_TEST=true vitest --reporter=json --reporter=default --outputFile=\"./assets/build/test-full-routes.json\" routes",
"vitest:watch": "cross-env NODE_ENV=test vitest --watch"
}
}