UNPKG

870 BJSONView Raw
1{
2 "name": "@platform/exec",
3 "version": "0.3.8",
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 "lint": "sh ../../node_modules/@platform/ts.libs/lint.sh $@",
10 "build": "sh ../../node_modules/@platform/ts.libs/build.sh $@",
11 "prepare": "yarn build && yarn lint && yarn test",
12 "example": "node lib/example/examples",
13 "tmp": "node lib/example/tmp"
14 },
15 "dependencies": {
16 "@platform/libs": "0.2.11",
17 "@types/listr": "0.14.4",
18 "chalk": "4.1.1",
19 "listr": "0.14.3"
20 },
21 "devDependencies": {
22 "@platform/fs": "0.7.1",
23 "@platform/test": "0.2.7",
24 "@platform/ts.libs": "4.3.0"
25 },
26 "files": [
27 "lib",
28 "!lib/test",
29 "!*.TEST.{js, mjs, d.ts}"
30 ],
31 "license": "MIT"
32}