Skip to content

Commit

Permalink
06-05-23 17:29
Browse files Browse the repository at this point in the history
  • Loading branch information
RyannKim327 committed Jun 5, 2023
1 parent 2c987f5 commit 8c3ec6c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
7 changes: 4 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 11 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gscholar",
"version": "0.0.1",
"description": "",
"description": "A webscraped version of Google Scholar, for those who want to use a free package/api of it for their test projests",
"main": "index.js",
"scripts": {
"test": "node test"
Expand All @@ -18,5 +18,14 @@
"dependencies": {
"axios": "^1.4.0",
"cheerio": "^1.0.0-rc.12"
}
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/RyannKim327/Google-Scholar-Scrape.git"
},
"bugs": {
"url": "https://github.com/RyannKim327/Google-Scholar-Scrape/issues"
},
"homepage": "https://github.com/RyannKim327/Google-Scholar-Scrape#readme"
}

0 comments on commit 8c3ec6c

Please sign in to comment.