@ice/screenshot
Version:
Take a screenshot of web page
38 lines (37 loc) • 879 B
JSON
{
"name": "@ice/screenshot",
"version": "0.1.9",
"description": "Take a screenshot of web page",
"main": "bin/index.js",
"bin": {
"screenshot": "bin/index.js"
},
"author": {
"name": "ICE Team",
"email": "ice-admin@alibaba-inc.com"
},
"license": "MIT",
"dependencies": {
"chalk": "^2.4.1",
"commander": "^2.20.0",
"cross-spawn": "^6.0.5",
"detect-port": "^1.3.0",
"imagemin": "^6.1.0",
"imagemin-mozjpeg": "^8.0.0",
"imagemin-pngquant": "^8.0.0",
"import-global": "^0.1.0",
"ora": "^3.4.0"
},
"engines": {
"node": ">=8.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/alibaba/ice/tree/master/packages/ice-screenshot"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"gitHead": "fc5b35f95ab4cc24898845916acf598c2f34d576"
}