{ "name": "@oclif/screen", "description": "get stdout/stderr columns", "version": "1.0.4", "author": "Jeff Dickey @jdxcode", "bugs": "https://github.com/oclif/screen/issues", "dependencies": {}, "devDependencies": { "@oclif/tslint": "^3.1.0", "@types/chai": "^4.1.6", "@types/mocha": "^5.2.5", "@types/node": "^10.11.7", "chai": "^4.2.0", "concurrently": "^4.0.1", "eslint": "^5.7.0", "eslint-config-oclif": "^3.1.0", "mocha": "^5.2.0", "ts-node": "^7.0.1", "tslint": "^5.11.0", "typescript": "^3.1.3" }, "engines": { "node": ">=8.0.0" }, "files": [ "/lib" ], "homepage": "https://github.com/oclif/screen", "keywords": [ "oclif" ], "license": "MIT", "main": "lib/screen.js", "repository": "oclif/screen", "scripts": { "build": "rm -rf lib && tsc", "lint": "concurrently -p command \"tsc -p test --noEmit\" \"tslint -p test -t stylish\"", "posttest": "yarn run lint", "prepublishOnly": "yarn run build", "test": "mocha --forbid-only \"test/**/*.test.ts\"" }, "types": "lib/screen.d.ts" }