23 lines
580 B
JSON
23 lines
580 B
JSON
{
|
|
"name": "trendogate_scraper",
|
|
"version": "2020.03.17",
|
|
"description": "Scrapes information from https://trendogate.com/ for CSCI 1107",
|
|
"main": "index.js",
|
|
"repository": "ssh://gitea@git.paoda.moe:31059/paoda/trendogate_scraper.git",
|
|
"author": "paoda <musukarekai@gmail.com>",
|
|
"scripts": {
|
|
"start": "node ./out/index.js",
|
|
"watch": "tsc --watch"
|
|
},
|
|
"license": "MIT",
|
|
"private": true,
|
|
"dependencies": {
|
|
"axios": "^0.19.2",
|
|
"cheerio": "^1.0.0-rc.3",
|
|
"date-fns": "^2.10.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/cheerio": "^0.22.16"
|
|
}
|
|
}
|