@push-based/node-cli-testing
Version:
### A e2e-testing library for node CLI and processes including sandbox generation on the fly
25 lines (24 loc) • 469 B
JSON
{
"name": "@push-based/node-cli-testing",
"version": "0.2.3",
"type": "commonjs",
"main": "src/index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/push-based/node-cli-testing.git"
},
"keywords": [
"testing",
"cli",
"node",
"DX"
],
"peerDdependencies": {},
"dependencies": {},
"types": "./src/index.d.ts",
"peerDependencies": {
"concat-stream": "2.0.0",
"execa": "5.1.1"
}
}