🐞 fix: 部分类型错误

- 新增 米游社 综合接口
This commit is contained in:
imsyy
2024-12-03 18:09:32 +08:00
parent afb7c7d515
commit 098b80865b
37 changed files with 1656 additions and 748 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "dailyhot-api",
"version": "2.0.6",
"version": "2.0.7",
"description": "An Api on Today's Hot list",
"keywords": [
"API",
@@ -28,7 +28,7 @@
],
"scripts": {
"format": "prettier --write .",
"lint": "eslint . --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts,.vue --fix",
"lint": "eslint .",
"dev": "cross-env NODE_ENV=development tsx watch --no-cache src/index.ts",
"dev:cache": "cross-env NODE_ENV=development tsx watch src/index.ts",
"build": "tsc --project tsconfig.json",
@@ -36,30 +36,35 @@
},
"type": "module",
"dependencies": {
"@hono/node-server": "^1.13.5",
"axios": "^1.7.7",
"@hono/node-server": "^1.13.7",
"axios": "^1.7.8",
"chalk": "^5.3.0",
"cheerio": "1.0.0-rc.12",
"cheerio": "^1.0.0",
"dayjs": "^1.11.13",
"dotenv": "^16.4.5",
"dotenv": "^16.4.6",
"feed": "^4.2.2",
"hono": "^4.6.9",
"hono": "^4.6.12",
"md5": "^2.3.0",
"node-cache": "^5.1.2",
"puppeteer-cluster": "^0.24.0",
"rss-parser": "^3.13.0",
"winston": "^3.16.0",
"winston": "^3.17.0",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@types/node": "^20.17.6",
"@eslint/js": "^9.16.0",
"@types/md5": "^2.3.5",
"@types/node": "^22.10.1",
"@types/xml2js": "^0.4.14",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.1",
"prettier": "^3.3.3",
"tsx": "^3.14.0",
"typescript": "^5.6.3"
"eslint": "^9.16.0",
"globals": "^15.13.0",
"prettier": "^3.4.1",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.17.0"
},
"engines": {
"node": ">=20"