mock-argv
Version:
Temporarily overrides the command line arguments. This is useful for testing.
59 lines (58 loc) • 1.24 kB
JSON
{
"name": "mock-argv",
"version": "4.0.0",
"description": "Temporarily overrides the command line arguments. This is useful for testing.",
"keywords": [
"args",
"argument-parser",
"arguments",
"argv",
"cli",
"command-line",
"command-line-tool",
"coverage",
"javascript",
"jest",
"mocha",
"mock",
"node",
"nodejs",
"npm",
"npm-package",
"replace",
"restore",
"test",
"testing"
],
"repository": "dword-design/mock-argv",
"funding": "https://github.com/sponsors/dword-design",
"license": "MIT",
"author": "Sebastian Landwehr <info@sebastianlandwehr.com>",
"type": "module",
"exports": "./dist/index.js",
"main": "dist/index.js",
"types": "types.d.ts",
"files": [
"dist",
"types.d.ts"
],
"scripts": {
"checkUnknownFiles": "base checkUnknownFiles",
"commit": "base commit",
"depcheck": "base depcheck",
"dev": "base dev",
"lint": "base lint",
"prepare": "base prepare",
"prepublishOnly": "base prepublishOnly",
"test": "base test"
},
"devDependencies": {
"@dword-design/base": "^11.0.6"
},
"engines": {
"node": ">=18"
},
"publishConfig": {
"access": "public"
}
}