UNPKG

exec-promise

Version:
43 lines (42 loc) 953 B
{ "name": "exec-promise", "version": "0.7.0", "license": "MIT", "description": "Testable CLIs with promises", "keywords": [ "cli", "executable", "promise" ], "homepage": "https://github.com/JsCommunity/exec-promise", "bugs": "https://github.com/JsCommunity/exec-promise/issues", "author": { "name": "Julien Fontanet", "email": "julien.fontanet@isonoe.net", "url": "http://julien.isonoe.net" }, "repository": { "type": "git", "url": "https://github.com/JsCommunity/exec-promise" }, "dependencies": { "log-symbols": "^1.0.2" }, "devDependencies": { "event-to-promise": "^0.8.0", "husky": "^0.13.3", "jest": "^20.0.0", "native-promise-only": "^0.8.1", "standard": "^10.0.2" }, "scripts": { "commitmsg": "yarn test", "dev-test": "jest --watch", "lint": "standard", "posttest": "npm run lint", "test": "jest" }, "files": [ "index.js" ] }