std-mocks
Version:
Mock node stdout and stderr without pain.
27 lines (26 loc) • 668 B
JSON
{
"name": "std-mocks",
"version": "2.0.0",
"description": "Mock node stdout and stderr without pain.",
"main": "index.js",
"scripts": {
"test": "mocha",
"release": "standard-version && conventional-github-releaser --preset angular"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/gregberge"
},
"repository": "github:gregberge/react-merge-refs",
"author": "Bergé Greg <berge.greg@gmail.com>",
"license": "MIT",
"engines": {
"node": ">=12.0.0"
},
"devDependencies": {
"chai": "^4.3.0",
"conventional-github-releaser": "^3.1.5",
"mocha": "^10.2.0",
"standard-version": "^9.5.0"
}
}