{
  "name": "mem-fs-editor",
  "version": "12.0.3",
  "description": "File edition helpers working on top of mem-fs",
  "repository": "SBoudrias/mem-fs-editor",
  "license": "MIT",
  "author": "Simon Boudrias",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./state": {
      "types": "./dist/state.d.ts",
      "default": "./dist/state.js"
    },
    "./transform": {
      "types": "./dist/transform.d.ts",
      "default": "./dist/transform.js"
    }
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "fix": "eslint . --fix",
    "prepare": "npm run build",
    "pretest": "eslint .",
    "test": "vitest --run"
  },
  "dependencies": {
    "@types/ejs": "^3.1.5",
    "@types/picomatch": "^4.0.2",
    "binaryextensions": "^6.11.0",
    "commondir": "^1.0.1",
    "debug": "^4.4.3",
    "deep-extend": "^0.6.0",
    "ejs": "^4.0.1",
    "isbinaryfile": "5.0.7",
    "minimatch": "^10.2.4",
    "multimatch": "^8.0.0",
    "normalize-path": "^3.0.0",
    "textextensions": "^6.11.0",
    "tinyglobby": "^0.2.15",
    "vinyl": "^3.0.1"
  },
  "devDependencies": {
    "@eslint/eslintrc": "^3.3.4",
    "@eslint/js": "^10.0.1",
    "@types/commondir": "^1.0.2",
    "@types/debug": "^4.1.12",
    "@types/deep-extend": "^0.6.2",
    "@types/escape-regexp": "^0.0.3",
    "@types/normalize-path": "^3.0.2",
    "@typescript-eslint/eslint-plugin": "^8.56.1",
    "@typescript-eslint/parser": "^8.56.1",
    "@vitest/coverage-v8": "^4.0.18",
    "escape-regexp": "0.0.1",
    "eslint": "^10.0.2",
    "eslint-config-prettier": "^10.1.8",
    "eslint-config-xo": "0.46.0",
    "eslint-plugin-prettier": "^5.5.5",
    "globals": "^17.3.0",
    "prettier": "^3.8.1",
    "prettier-plugin-packagejson": "^3.0.0",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.56.1",
    "vitest": "^4.0.18"
  },
  "peerDependencies": {
    "@types/node": ">=20",
    "mem-fs": "^4.0.0"
  },
  "peerDependenciesMeta": {
    "@types/node": {
      "optional": true
    }
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "acceptDependencies": {
    "isbinaryfile": "^6.0.0"
  }
}
