{
  "name": "mock-import",
  "version": "4.2.1",
  "type": "module",
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
  "description": "Mocking of Node.js EcmaScript modules",
  "main": "./lib/mock-import.js",
  "exports": {
    ".": "./lib/mock-import.js",
    "./register": "./lib/register.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/coderaiser/mock-import.git"
  },
  "keywords": [
    "mock",
    "import"
  ],
  "scripts": {
    "test": "madrun test",
    "test:dts": "madrun test:dts",
    "coverage": "madrun coverage",
    "lint": "madrun lint",
    "fresh:lint": "madrun fresh:lint",
    "lint:fresh": "madrun lint:fresh",
    "fix:lint": "madrun fix:lint",
    "wisdom": "madrun wisdom",
    "report": "madrun report",
    "watcher": "madrun watcher",
    "watch:test": "madrun watch:test",
    "watch:lint": "madrun watch:lint",
    "watch:tape": "madrun watch:tape",
    "watch:coverage": "madrun watch:coverage"
  },
  "dependencies": {
    "estrace": "^5.0.0",
    "putout": "^38.0.0",
    "try-catch": "^3.0.0",
    "try-to-catch": "^3.0.0"
  },
  "license": "MIT",
  "devDependencies": {
    "@cloudcmd/stub": "^4.0.1",
    "@putout/eslint-flat": "^2.0.0",
    "@putout/test": "^11.0.0",
    "c8": "^10.1.2",
    "check-dts": "^0.8.0",
    "escover": "^4.0.1",
    "eslint": "^9.4.0",
    "eslint-plugin-putout": "^24.0.0",
    "madrun": "^10.0.0",
    "mock-require": "^3.0.3",
    "nodemon": "^3.0.1",
    "runsome": "^1.0.0",
    "supertape": "^10.0.0",
    "typescript": "^5.0.4"
  },
  "engines": {
    "node": ">=18.6"
  },
  "publishConfig": {
    "access": "public"
  }
}
