UNPKG

cpo

Version:

Quick copy command output tool

50 lines (49 loc) 986 B
{ "name": "cpo", "version": "1.0.4", "description": "Quick copy command output tool", "main": "index.js", "keywords": [ "copy", "command", "cli", "cp", "cpo" ], "bin": { "cpo": "./bin/copying-cli.js" }, "dependencies": { "chalk": "^2.4.2", "commander": "^2.19.0", "copy-paste": "^1.3.0", "runscript": "^1.3.0" }, "devDependencies": { "eslint": "^4.19.1", "eslint-config-antife": "^1.0.2", "git-contributor": "^1.0.8", "mocha": "^5.2.0", "nyc": "^12.0.2", "power-assert": "^1.6.0", "pre-commit": "^1.2.2" }, "scripts": { "ci": "npm run lint && npm run test", "test": "nyc --reporter=lcov --reporter=text mocha", "lint": "eslint . --fix", "contributor": "git-contributor" }, "pre-commit": [ "lint" ], "repository": { "type": "git", "url": "git@github.com:gaius-qi/cpo.git" }, "author": "gaius", "engines": { "node": ">=8" }, "license": "MIT" }