UNPKG

webshot-factory

Version:

screenshots at scale based on headless chrome

49 lines (48 loc) 1.23 kB
{ "name": "webshot-factory", "version": "0.5.5", "description": "screenshots at scale based on headless chrome", "main": "dist/index.js", "types": "dist/declarations/index.d.ts", "scripts": { "test": "npm run build", "build": "tsc -p .", "prepublish": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/ashubham/webshot-factory.git" }, "keywords": [ "webshot", "headless", "chrome", "screenshot" ], "author": "ashish.shubham@thoughtspot.com", "license": "ISC", "bugs": { "url": "https://github.com/ashubham/webshot-factory/issues" }, "homepage": "https://github.com/ashubham/webshot-factory#readme", "dependencies": { "bluebird": "^3.5.0", "death": "^1.1.0", "eventemitter3": "^2.0.3", "express": "^4.16.1", "internal-ip": "^3.0.0", "lodash": "^4.17.4", "log4js": "^1.1.1", "puppeteer": "^1.0.0" }, "devDependencies": { "@types/bluebird": "^3.5.11", "@types/express": "^4.0.37", "@types/jasmine": "^2.6.0", "@types/lodash": "^4.14.74", "@types/log4js": "0.0.33", "tslint-eslint-rules": "^4.1.1", "typescript": "^2.5.2", "vrsource-tslint-rules": "^5.1.1" } }