mirror of
https://github.com/imsyy/DailyHotApi.git
synced 2026-01-12 05:04:56 +08:00
68 lines
1.7 KiB
JSON
68 lines
1.7 KiB
JSON
{
|
|
"name": "dailyhot-api",
|
|
"version": "2.0.6",
|
|
"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 . --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts,.vue --fix",
|
|
"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 tsx dist/index.js"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@hono/node-server": "^1.12.0",
|
|
"axios": "^1.7.2",
|
|
"chalk": "^5.3.0",
|
|
"cheerio": "1.0.0-rc.12",
|
|
"dayjs": "^1.11.12",
|
|
"dotenv": "^16.4.5",
|
|
"feed": "^4.2.2",
|
|
"hono": "^4.5.1",
|
|
"md5": "^2.3.0",
|
|
"node-cache": "^5.1.2",
|
|
"rss-parser": "^3.13.0",
|
|
"winston": "^3.13.1",
|
|
"xml2js": "^0.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.14.11",
|
|
"@types/xml2js": "^0.4.14",
|
|
"@typescript-eslint/eslint-plugin": "^7.16.1",
|
|
"@typescript-eslint/parser": "^7.16.1",
|
|
"cross-env": "^7.0.3",
|
|
"eslint": "^8.57.0",
|
|
"prettier": "^3.3.3",
|
|
"tsx": "^3.14.0",
|
|
"typescript": "^5.5.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=20"
|
|
}
|
|
}
|