{
  "name": "@platform/exec",
  "version": "0.4.3",
  "description": "Tools for executing commands in child_process.",
  "main": "lib/index",
  "types": "lib/index.d.ts",
  "scripts": {
    "test": "sh ../../node_modules/@platform/test/test.sh $@",
    "lint": "sh ../../node_modules/@platform/ts.libs/sh/lint.sh $@",
    "build": "sh ../../node_modules/@platform/ts.libs/sh/build.sh $@",
    "prepare": "yarn build && yarn lint",
    "example": "node lib/example/examples",
    "tmp": "node lib/example/tmp"
  },
  "dependencies": {
    "@platform/libs": "0.3.2",
    "@types/listr": "0.14.4",
    "chalk": "5.0.1",
    "listr": "0.14.3"
  },
  "devDependencies": {
    "@platform/fs": "0.7.9",
    "@platform/test": "0.3.2",
    "@platform/ts.libs": "4.7.6"
  },
  "files": [
    "lib",
    "!lib/test",
    "!*.TEST.{js, mjs, d.ts}"
  ],
  "license": "MIT"
}
