UNPKG

@kwsites/exec-p

Version:

Execute a command and retrieve data as a promise.

31 lines (30 loc) 691 B
{ "name": "@kwsites/exec-p", "version": "0.4.0", "description": "Execute a command and retrieve data as a promise.", "main": "./dist/", "types": "./dist/index.d.ts", "files": [ "dist/" ], "repository": "git://github.com/kwsites/exec-p.git", "scripts": { "clean": "rimraf ./dist", "build": "tsc", "preversion": "npm run clean && npm run build", "postversion": "npm publish && git push && git push --tags" }, "keywords": [ "child process", "exec", "spawn" ], "license": "MIT", "dependencies": {}, "devDependencies": { "@types/node": "^10.7.1", "rimraf": "^2.6.2", "typescript": "^3.0.1" }, "peerDependencies": {} }