UNPKG

pyr

Version:

A package for creating a script to store and run your most commonly used CLI commands

48 lines (47 loc) 1.07 kB
{ "name": "pyr", "version": "1.1.1", "description": "A package for creating a script to store and run your most commonly used CLI commands", "main": "index.js", "scripts": { "test": "test" }, "author": "Joshua Vernon", "engines": { "node": ">=0.10" }, "license": "MIT", "dependencies": { "chalk": "^2.4.1", "change-case": "^3.1.0", "child_process": "^1.0.2", "commander": "^2.15.1", "fs-extra": "^6.0.1", "inquirer": "^5.2.0", "lodash": "^4.17.11", "module-alias": "^2.2.0", "readline": "^1.3.0", "rxjs": "^5.5.2", "yamljs": "^0.3.0" }, "keywords": [ "script", "scripts", "runner", "runners", "scriptrunner", "command", "commands", "cli" ], "repository": { "type": "git", "url": "https://github.com/joshuatvernon/pyr" }, "bin": { "pyr": "index.js" }, "_moduleAliases": { "src": "./src" } }