mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-03-13 10:30:18 +08:00
233 lines
8.7 KiB
JSON
233 lines
8.7 KiB
JSON
{
|
|
"name": "rsshub",
|
|
"version": "1.0.0",
|
|
"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"
|
|
],
|
|
"scripts": {
|
|
"build": "tsx scripts/workflow/build-routes.ts && tsdown",
|
|
"build:vercel": "tsx scripts/workflow/build-routes.ts && tsdown --config ./tsdown-vercel.config.ts && mv dist/server.mjs dist/index.mjs && tsx scripts/workflow/build-vercel-packagejson.ts",
|
|
"build:docs": "tsx scripts/workflow/build-docs.ts",
|
|
"dev": "cross-env NODE_ENV=dev NODE_OPTIONS='--max-http-header-size=32768' tsx watch --inspect --clear-screen=false lib/index.ts",
|
|
"dev:cache": "cross-env NODE_ENV=production NODE_OPTIONS='--max-http-header-size=32768' tsx watch --clear-screen=false lib/index.ts",
|
|
"format": "prettier \"**/*.{ts,tsx,js,json}\" --write --experimental-cli && eslint --cache --fix \"**/*.{ts,tsx,js,yml}\" --concurrency auto",
|
|
"format:check": "prettier \"**/*.{ts,tsx,js,json}\" --check --experimental-cli && eslint --cache \"**/*.{ts,tsx,js,yml}\" --concurrency auto",
|
|
"format:staged": "lint-staged",
|
|
"lint": "eslint --cache . --concurrency auto",
|
|
"prepare": "husky || true",
|
|
"profiling": "cross-env NODE_ENV=production tsx --prof lib/index.ts",
|
|
"start": "cross-env NODE_ENV=production NODE_OPTIONS='--max-http-header-size=32768' node dist/index.mjs",
|
|
"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"
|
|
},
|
|
"lint-staged": {
|
|
"*.js": [
|
|
"prettier --ignore-unknown --ignore-path ./.gitignore --write",
|
|
"eslint --cache --fix --concurrency auto"
|
|
],
|
|
"*.{ts,tsx}": [
|
|
"prettier --ignore-unknown --ignore-path ./.gitignore --write",
|
|
"eslint --cache --fix --concurrency auto"
|
|
],
|
|
"*.yml": "eslint --cache --fix --concurrency auto"
|
|
},
|
|
"dependencies": {
|
|
"@bbob/html": "4.3.1",
|
|
"@bbob/plugin-helper": "4.3.1",
|
|
"@bbob/preset-html5": "4.3.1",
|
|
"@hono/node-server": "1.19.6",
|
|
"@hono/zod-openapi": "0.19.10",
|
|
"@notionhq/client": "5.4.0",
|
|
"@opentelemetry/api": "1.9.0",
|
|
"@opentelemetry/exporter-prometheus": "0.208.0",
|
|
"@opentelemetry/exporter-trace-otlp-http": "0.208.0",
|
|
"@opentelemetry/resources": "2.2.0",
|
|
"@opentelemetry/sdk-metrics": "2.2.0",
|
|
"@opentelemetry/sdk-trace-base": "2.2.0",
|
|
"@opentelemetry/semantic-conventions": "1.38.0",
|
|
"@postlight/parser": "2.2.3",
|
|
"@rss3/sdk": "0.0.25",
|
|
"@scalar/hono-api-reference": "0.9.24",
|
|
"@sentry/node": "10.25.0",
|
|
"@toondepauw/node-zstd": "^1.2.0",
|
|
"aes-js": "3.1.2",
|
|
"art-template": "4.13.2",
|
|
"cheerio": "1.1.2",
|
|
"city-timezones": "1.3.2",
|
|
"cross-env": "10.1.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.3",
|
|
"entities": "7.0.0",
|
|
"etag": "1.8.1",
|
|
"fanfou-sdk": "6.0.0",
|
|
"form-data": "4.0.4",
|
|
"googleapis": "166.0.0",
|
|
"header-generator": "2.1.75",
|
|
"hono": "4.10.5",
|
|
"html-to-text": "9.0.5",
|
|
"http-cookie-agent": "6.0.8",
|
|
"https-proxy-agent": "7.0.6",
|
|
"iconv-lite": "0.7.0",
|
|
"imapflow": "1.1.1",
|
|
"instagram-private-api": "1.46.1",
|
|
"ioredis": "5.8.2",
|
|
"ip-regex": "5.0.0",
|
|
"jsdom": "27.2.0",
|
|
"json-bigint": "1.0.0",
|
|
"jsonpath-plus": "10.3.0",
|
|
"jsrsasign": "10.9.0",
|
|
"lru-cache": "11.2.2",
|
|
"lz-string": "1.5.0",
|
|
"mailparser": "3.9.0",
|
|
"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.5.1",
|
|
"otplib": "12.0.1",
|
|
"p-map": "7.0.4",
|
|
"pac-proxy-agent": "7.2.0",
|
|
"proxy-chain": "2.5.9",
|
|
"puppeteer-real-browser": "1.4.4",
|
|
"query-string": "9.3.1",
|
|
"rate-limiter-flexible": "8.2.0",
|
|
"re2js": "1.2.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.17",
|
|
"tosource": "2.0.0-alpha.3",
|
|
"tough-cookie": "5.1.2",
|
|
"tsx": "4.20.6",
|
|
"twitter-api-v2": "1.27.0",
|
|
"ufo": "1.6.1",
|
|
"undici": "6.22.0",
|
|
"uuid": "13.0.0",
|
|
"winston": "3.18.3",
|
|
"xxhash-wasm": "1.1.0",
|
|
"youtube-caption-extractor": "1.9.1",
|
|
"youtubei.js": "16.0.1",
|
|
"zod": "3.25.76"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/preset-env": "7.28.5",
|
|
"@babel/preset-typescript": "7.28.5",
|
|
"@bbob/types": "4.3.1",
|
|
"@eslint/eslintrc": "3.3.1",
|
|
"@eslint/js": "9.39.1",
|
|
"@microsoft/eslint-formatter-sarif": "3.1.0",
|
|
"@stylistic/eslint-plugin": "5.5.0",
|
|
"@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/js-beautify": "1.14.3",
|
|
"@types/jsdom": "27.0.0",
|
|
"@types/json-bigint": "1.0.4",
|
|
"@types/jsrsasign": "10.5.13",
|
|
"@types/mailparser": "3.4.6",
|
|
"@types/markdown-it": "14.1.2",
|
|
"@types/module-alias": "2.0.4",
|
|
"@types/node": "24.10.1",
|
|
"@types/sanitize-html": "2.16.0",
|
|
"@types/supertest": "6.0.3",
|
|
"@typescript-eslint/eslint-plugin": "8.46.4",
|
|
"@typescript-eslint/parser": "8.46.4",
|
|
"@vercel/nft": "0.30.3",
|
|
"@vitest/coverage-v8": "2.1.9",
|
|
"discord-api-types": "0.38.33",
|
|
"domhandler": "5.0.3",
|
|
"eslint": "9.39.1",
|
|
"eslint-config-prettier": "10.1.8",
|
|
"eslint-nibble": "9.1.1",
|
|
"eslint-plugin-n": "17.23.1",
|
|
"eslint-plugin-prettier": "5.5.4",
|
|
"eslint-plugin-unicorn": "62.0.0",
|
|
"eslint-plugin-yml": "1.19.0",
|
|
"fs-extra": "11.3.2",
|
|
"globals": "16.5.0",
|
|
"got": "14.6.3",
|
|
"husky": "9.1.7",
|
|
"js-beautify": "1.15.4",
|
|
"lint-staged": "16.2.6",
|
|
"magic-string": "0.30.21",
|
|
"mockdate": "3.0.5",
|
|
"msw": "2.4.3",
|
|
"node-network-devtools": "1.0.29",
|
|
"prettier": "3.6.2",
|
|
"remark-parse": "11.0.0",
|
|
"supertest": "7.1.4",
|
|
"tsdown": "0.16.4",
|
|
"typescript": "5.9.3",
|
|
"unified": "11.0.5",
|
|
"vite-tsconfig-paths": "5.1.4",
|
|
"vitest": "2.1.9",
|
|
"yaml-eslint-parser": "1.3.0"
|
|
},
|
|
"packageManager": "pnpm@10.20.0+sha512.cf9998222162dd85864d0a8102e7892e7ba4ceadebbf5a31f9c2fce48dfce317a9c53b9f6464d1ef9042cba2e02ae02a9f7c143a2b438cd93c91840f0192b9dd",
|
|
"engines": {
|
|
"node": ">=22"
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"bufferutil",
|
|
"core-js",
|
|
"es5-ext",
|
|
"esbuild",
|
|
"eslint-nibble",
|
|
"msw",
|
|
"protobufjs",
|
|
"puppeteer",
|
|
"rebrowser-puppeteer",
|
|
"rolldown",
|
|
"sleep",
|
|
"utf-8-validate",
|
|
"vue-demi"
|
|
],
|
|
"overrides": {
|
|
"art-template@4.13.2>html-minifier": "~4.0.0",
|
|
"difflib": "https://codeload.github.com/postlight/difflib.js/tar.gz/32e8e38c7fcd935241b9baab71bb432fd9b166ed",
|
|
"es-set-tostringtag": "npm:@nolyfill/es-set-tostringtag@^1",
|
|
"hasown": "npm:@nolyfill/hasown@^1",
|
|
"is-core-module": "npm:@nolyfill/is-core-module@^1",
|
|
"safe-buffer": "npm:@nolyfill/safe-buffer@^1",
|
|
"safer-buffer": "npm:@nolyfill/safer-buffer@^1",
|
|
"side-channel": "npm:@nolyfill/side-channel@^1"
|
|
}
|
|
}
|
|
}
|