mirror of
https://github.com/imsyy/DailyHotApi.git
synced 2026-01-12 13:14:55 +08:00
✨ feat: 新增 吾爱破解
This commit is contained in:
119
package.json
119
package.json
@@ -1,53 +1,66 @@
|
||||
{
|
||||
"name": "dailyhot-api",
|
||||
"version": "2.0.0-rc.3",
|
||||
"description": "An Api on Today's Hot list",
|
||||
"keywords": [
|
||||
"API",
|
||||
"RSS"
|
||||
],
|
||||
"homepage": "https://github.com/imsyy/DailyHotApi#readme",
|
||||
"bugs": {
|
||||
"url": "https://github.com/imsyy/DailyHotApi/issues"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/imsyy/DailyHotApi.git"
|
||||
},
|
||||
"license": "MIT",
|
||||
"author": "imsyy",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/types.js",
|
||||
"scripts": {
|
||||
"format": "prettier --write .",
|
||||
"lint": "eslint . --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts,.vue --fix",
|
||||
"dev": "tsx watch --no-cache src/index.ts",
|
||||
"dev:cache": "tsx watch src/index.ts",
|
||||
"build": "tsc --project tsconfig.json",
|
||||
"start": "tsx src/index.ts"
|
||||
},
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"@hono/node-server": "^1.9.1",
|
||||
"axios": "^1.6.8",
|
||||
"cheerio": "1.0.0-rc.12",
|
||||
"dotenv": "^16.4.5",
|
||||
"feed": "^4.2.2",
|
||||
"hono": "^4.2.2",
|
||||
"md5": "^2.3.0",
|
||||
"node-cache": "^5.1.2",
|
||||
"winston": "^3.13.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.12.5",
|
||||
"@typescript-eslint/eslint-plugin": "^7.5.0",
|
||||
"@typescript-eslint/parser": "^7.5.0",
|
||||
"eslint": "^8.57.0",
|
||||
"prettier": "^3.2.5",
|
||||
"tsx": "^3.14.0",
|
||||
"typescript": "^5.4.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20"
|
||||
}
|
||||
}
|
||||
{
|
||||
"name": "dailyhot-api",
|
||||
"version": "2.0.0-rc.4",
|
||||
"description": "An Api on Today's Hot list",
|
||||
"keywords": [
|
||||
"API",
|
||||
"RSS"
|
||||
],
|
||||
"homepage": "https://github.com/imsyy/DailyHotApi#readme",
|
||||
"bugs": {
|
||||
"url": "https://github.com/imsyy/DailyHotApi/issues"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/imsyy/DailyHotApi.git"
|
||||
},
|
||||
"license": "MIT",
|
||||
"author": "imsyy",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/types.js",
|
||||
"declaration": true,
|
||||
"declarationMap": true,
|
||||
"sourceMap": true,
|
||||
"files": [
|
||||
"LICENSE",
|
||||
"README.md",
|
||||
"dist/**/*",
|
||||
"src/types.d.ts",
|
||||
"!dist/logs/**/*"
|
||||
],
|
||||
"scripts": {
|
||||
"format": "prettier --write .",
|
||||
"lint": "eslint . --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts,.vue --fix",
|
||||
"dev": "tsx watch --no-cache src/index.ts",
|
||||
"dev:cache": "tsx watch src/index.ts",
|
||||
"build": "tsc --project tsconfig.json",
|
||||
"start": "tsx src/index.ts"
|
||||
},
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"@hono/node-server": "^1.11.2",
|
||||
"axios": "^1.7.2",
|
||||
"cheerio": "1.0.0-rc.12",
|
||||
"dayjs": "^1.11.11",
|
||||
"dotenv": "^16.4.5",
|
||||
"feed": "^4.2.2",
|
||||
"hono": "^4.4.3",
|
||||
"md5": "^2.3.0",
|
||||
"node-cache": "^5.1.2",
|
||||
"puppeteer": "^22.10.0",
|
||||
"rss-parser": "^3.13.0",
|
||||
"winston": "^3.13.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.14.1",
|
||||
"@typescript-eslint/eslint-plugin": "^7.12.0",
|
||||
"@typescript-eslint/parser": "^7.12.0",
|
||||
"eslint": "^8.57.0",
|
||||
"prettier": "^3.3.0",
|
||||
"tsx": "^3.14.0",
|
||||
"typescript": "^5.4.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user