mirror of
https://github.com/imsyy/DailyHotApi.git
synced 2026-01-12 05:04:56 +08:00
82 lines
2.0 KiB
JSON
82 lines
2.0 KiB
JSON
{
|
|
"name": "dailyhot-api",
|
|
"version": "2.0.8",
|
|
"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",
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"sourceMap": true,
|
|
"files": [
|
|
"LICENSE",
|
|
"README.md",
|
|
"dist/**/*",
|
|
"!dist/logs/**/*"
|
|
],
|
|
"scripts": {
|
|
"format": "prettier --write .",
|
|
"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",
|
|
"start": "cross-env NODE_ENV=development node dist/index.js"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@hono/node-server": "^1.17.1",
|
|
"axios": "^1.11.0",
|
|
"chalk": "^5.4.1",
|
|
"cheerio": "^1.1.2",
|
|
"dayjs": "^1.11.13",
|
|
"dotenv": "^17.2.1",
|
|
"feed": "^5.1.0",
|
|
"flatted": "^3.3.3",
|
|
"hono": "^4.8.9",
|
|
"iconv-lite": "^0.6.3",
|
|
"ioredis": "^5.6.1",
|
|
"md5": "^2.3.0",
|
|
"node-cache": "^5.1.2",
|
|
"node-fetch": "^3.3.2",
|
|
"rss-parser": "^3.13.0",
|
|
"user-agents": "^1.1.614",
|
|
"winston": "^3.17.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.32.0",
|
|
"@types/md5": "^2.3.5",
|
|
"@types/node": "^22.16.5",
|
|
"@types/user-agents": "^1.0.4",
|
|
"@types/xml2js": "^0.4.14",
|
|
"@typescript-eslint/eslint-plugin": "^8.38.0",
|
|
"@typescript-eslint/parser": "^8.38.0",
|
|
"cross-env": "^7.0.3",
|
|
"eslint": "^9.32.0",
|
|
"globals": "^16.3.0",
|
|
"prettier": "^3.6.2",
|
|
"tsx": "^4.20.3",
|
|
"typescript": "^5.8.3",
|
|
"typescript-eslint": "^8.38.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=20"
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"esbuild"
|
|
]
|
|
}
|
|
}
|