This repository has been archived on 2021-06-30. You can view files and clone it, but cannot push or open issues or pull requests.
2020-03-05 14:47:56 +00:00
|
|
|
{
|
|
|
|
"name": "trendogate_scraper",
|
2020-03-17 07:07:53 +00:00
|
|
|
"version": "2020.03.17",
|
2020-03-05 14:47:56 +00:00
|
|
|
"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>",
|
2020-03-05 18:44:18 +00:00
|
|
|
"scripts": {
|
2020-03-17 07:07:53 +00:00
|
|
|
"start": "node ./out/index.js",
|
|
|
|
"watch": "tsc --watch"
|
2020-03-05 18:44:18 +00:00
|
|
|
},
|
2020-03-05 14:47:56 +00:00
|
|
|
"license": "MIT",
|
2020-03-05 18:44:18 +00:00
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
|
|
|
"axios": "^0.19.2",
|
|
|
|
"cheerio": "^1.0.0-rc.3",
|
|
|
|
"date-fns": "^2.10.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/cheerio": "^0.22.16"
|
|
|
|
}
|
2020-03-05 14:47:56 +00:00
|
|
|
}
|