Files
yuhangch_cctv-news-fetcher/package.json

9 lines
207 B
JSON
Raw Normal View History

{
"name": "cctv-news-fetcher",
"version": "1.0.0",
"description": "Fetch news from CCTV",
"main": "scripts/news_crawler.js",
"dependencies": {
"node-html-parser": "^7.0.2"
}
}