UNPKG

1.12 kBJSONView Raw
1{
2 "name": "google-scholarly",
3 "version": "1.2.0",
4 "description": "Google Scholar scraping library",
5 "keywords": [
6 "Scholar"
7 ],
8 "homepage": "https://github.com/ikovac/scholarly#readme",
9 "bugs": {
10 "url": "https://github.com/ikovac/scholarly/issues"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git+https://github.com/ikovac/scholarly.git"
15 },
16 "license": "ISC",
17 "author": "",
18 "main": "index.js",
19 "files": [
20 "index.js"
21 ],
22 "scripts": {
23 "lint": "eslint .",
24 "test": "jest",
25 "test:debug": "node --inspect-brk node_modules/jest/bin/jest --runInBand"
26 },
27 "dependencies": {
28 "cheerio": "^1.0.0-rc.3",
29 "got": "^11.6.0"
30 },
31 "devDependencies": {
32 "@types/eslint": "^7.2.2",
33 "eslint": "^7.8.1",
34 "eslint-config-semistandard": "^15.0.1",
35 "eslint-config-standard": "^14.1.1",
36 "eslint-plugin-import": "^2.22.0",
37 "eslint-plugin-node": "^11.1.0",
38 "eslint-plugin-promise": "^4.2.1",
39 "eslint-plugin-standard": "^4.0.1",
40 "global-agent": "^2.1.12",
41 "jest": "^26.4.2",
42 "nock": "^13.0.4"
43 },
44 "engines": {
45 "node": ">=10"
46 }
47}