UNPKG

screeny

Version:

Take screenshots directly from your terminal

40 lines (39 loc) 950 B
{ "name": "screeny", "version": "1.1.2", "description": "Take screenshots directly from your terminal", "main": "index.js", "scripts": { "lint": "node_modules/.bin/eslint index.js src/**/*.js --max-warnings 0" }, "bin": { "screeny": "./index.js" }, "dependencies": { "chalk": "~2.4.1", "meow": "~5.0.0", "node-cmd": "^3.0.0", "puppeteer": "~1.11.0" }, "keywords": [ "screenshots", "emulations", "cli" ], "author": "Sebastian Ekström <seb.ekstrom@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/sebastianekstrom/screeny.git" }, "bugs": { "url": "https://github.com/sebastianekstrom/screeny/issues" }, "homepage": "https://github.com/sebastianekstrom/screeny", "devDependencies": { "eslint": "~5.9.0", "eslint-config-prettier": "~3.3.0", "eslint-plugin-prettier": "~3.0.0", "prettier": "~1.15.3" } }