UNPKG

983 BJSONView Raw
1{
2 "name": "@platform/exec",
3 "version": "0.2.45",
4 "description": "Tools for executing commands in child_process.",
5 "main": "lib/index",
6 "types": "lib/index.d.ts",
7 "scripts": {
8 "test": "sh node_modules/@platform/test/test.sh $@",
9 "tdd": "yarn test --watch",
10 "lint": "sh node_modules/@platform/ts.libs/lint.sh $@",
11 "build": "sh node_modules/@platform/ts.libs/build.sh $@",
12 "prepare": "yarn build && yarn lint && yarn test",
13 "example": "node lib/example/examples",
14 "tmp": "node lib/example/tmp"
15 },
16 "dependencies": {
17 "@platform/libs": "0.2.0",
18 "@types/listr": "0.14.2",
19 "ansi-regex": "5.0.0",
20 "chalk": "3.0.0",
21 "listr": "0.14.3"
22 },
23 "devDependencies": {
24 "@platform/fs": "0.5.5",
25 "@platform/test": "0.1.2",
26 "@platform/ts.libs": "3.7.3",
27 "@types/ansi-regex": "5.0.0"
28 },
29 "files": [
30 "lib",
31 "!lib/test",
32 "!*.TEST.{js, mjs, d.ts}"
33 ],
34 "repository": "uiharness/platform",
35 "license": "MIT"
36}