await-exec-typescript
Version:
Small promise wrapper around node's `child_process#exec` allowing you to use async/await syntax for commands you want to execute.
44 lines (43 loc) • 851 B
JSON
{
"name": "await-exec-typescript",
"version": "0.0.5",
"repository": {
"type": "git",
"url": "git@github.com:artemhp/await-exec.git"
},
"types": "index.d.ts",
"scripts": {
"build": "tsc",
"prepublish": "tsc "
},
"homepage": "https://github.com/artemhp/await-exec",
"bugs": "https://github.com/artemhp/await-exec",
"authors": [
"Artem Deikun",
"Jack Hanford"
],
"tags": [
"async / await",
"child process",
"exec",
"typescript",
"cp.exec",
"execSync",
"promise"
],
"keywords": [
"async / await",
"child process",
"exec",
"cp.exec",
"execSync",
"promise",
"typescript"
],
"main": "index.js",
"license": "MIT",
"devDependencies": {
"@types/node": "^18.7.18",
"typescript": "^4.8.3"
}
}