UNPKG

google-scholarly-updated

Version:
49 lines 1.23 kB
{ "name": "google-scholarly-updated", "version": "1.4.2", "description": "Google Scholar Node.js", "keywords": [ "Scholar" ], "homepage": "https://github.com/luen/google-scholarly#readme", "bugs": { "url": "https://github.com/luen/google-scholarly/issues" }, "repository": { "type": "git", "url": "git+https://github.com/luen/google-scholarly.git" }, "license": "ISC", "author": "", "main": "index.js", "files": [ "index.js" ], "scripts": { "lint": "eslint .", "test": "jest", "test:debug": "node --inspect-brk node_modules/jest/bin/jest --runInBand" }, "dependencies": { "cheerio": "^1.0.0-rc.3", "dotenv": "^8.6.0", "got": "^11.6.0", "p-retry": "^4.2.0" }, "devDependencies": { "@types/eslint": "^8.4.10", "eslint": "^8.30.0", "eslint-config-semistandard": "^15.0.1", "eslint-config-standard": "^14.1.1", "eslint-plugin-import": "^2.27.5", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1", "global-agent": "^3.0.0", "jest": "^26.4.2", "nock": "^13.0.4" }, "engines": { "node": ">=10" } }