UNPKG

jarviscrawlercore

Version:
47 lines (46 loc) 1.07 kB
{ "name": "jarviscrawlercore", "version": "0.6.48", "description": "jarvis crawler core", "main": "index.js", "scripts": { "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/zhs007/jarviscrawlercore.git" }, "bin": { "jarviscrawler": "./bin/jarviscrawler.js" }, "keywords": [ "crawler", "jarvis" ], "author": "zerrozhao", "license": "ISC", "bugs": { "url": "https://github.com/zhs007/jarviscrawlercore/issues" }, "homepage": "https://github.com/zhs007/jarviscrawlercore#readme", "dependencies": { "adm-zip": "^0.5.4", "axios": "^0.21.1", "chrome-launcher": "^0.13.4", "commander": "^7.1.0", "dayjs": "^1.10.4", "google-protobuf": "^3.15.5", "grpc": "^1.24.5", "puppeteer": "^8.0.0", "sharp": "^0.27.2", "yaml-js": "^0.2.3" }, "devDependencies": { "eslint": "^7.21.0", "eslint-config-google": "^0.14.0", "eslint-plugin-prettier": "^3.3.1", "grpc-tools": "^1.10.0", "jest": "^26.6.3", "prettier": "^2.2.1" } }