{
  "name": "fs-stats-spys",
  "version": "1.1.15",
  "description": "Helper for using sinon spys with fs.Stats",
  "keywords": [
    "fs",
    "stats",
    "spys",
    "simon"
  ],
  "homepage": "https://github.com/kmalakoff/fs-stats-spys",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/kmalakoff/fs-stats-spys.git"
  },
  "license": "MIT",
  "author": "Kevin Malakoff <kmalakoff@gmail.com> (https://github.com/kmalakoff)",
  "main": "dist/cjs/index.cjs",
  "types": "dist/types/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsds build",
    "format": "biome check --write --unsafe src/ test/",
    "test": "tsds test:node --no-timeouts",
    "test:engines": "nvu engines npm test",
    "version": "tsds version"
  },
  "devDependencies": {
    "@types/mocha": "*",
    "@types/node": "*",
    "fs-generate": "*",
    "fs-iterator": "*",
    "rimraf2": "*"
  },
  "engines": {
    "node": ">=0.8"
  },
  "tsds": {
    "source": "src/index.mjs",
    "targets": [
      "cjs"
    ]
  }
}
