24 lines
495 B
JSON
24 lines
495 B
JSON
|
{
|
||
|
"name": "dailyhot_api",
|
||
|
"version": "0.0.1",
|
||
|
"description": "一个今日热榜 .",
|
||
|
"main": "app.js",
|
||
|
"scripts": {
|
||
|
"start": "node app.js"
|
||
|
},
|
||
|
"author": "imsyy",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"axios": "^1.3.4",
|
||
|
"cheerio": "1.0.0-rc.12",
|
||
|
"dotenv": "^16.0.3",
|
||
|
"koa": "^2.14.1",
|
||
|
"koa-bodyparser": "^4.3.0",
|
||
|
"koa-router": "^12.0.0",
|
||
|
"koa-static": "^5.0.0",
|
||
|
"koa-views": "^8.0.0",
|
||
|
"koa2-cors": "^2.0.6",
|
||
|
"node-cache": "^5.1.2"
|
||
|
}
|
||
|
}
|