{
  "name": "gulp-expect-file",
  "version": "3.0.0",
  "description": "Expect files in pipes for gulp.js",
  "keywords": [
    "expect",
    "gulpplugin",
    "test"
  ],
  "homepage": "https://github.com/pioug/gulp-expect-file/",
  "bugs": "https://github.com/pioug/gulp-expect-file/issues",
  "license": "MIT",
  "author": "Kota Saito <kotas.nico@gmail.com>",
  "repository": {
    "type": "git",
    "url": "git://github.com/pioug/gulp-expect-file.git"
  },
  "main": "index.js",
  "scripts": {
    "test": "node_modules/.bin/mocha",
    "lint": "oxlint --deny-warnings . --ignore-path .oxignore",
    "format": "oxfmt --write \"**/*.{js,json,yml,yaml,md}\"",
    "format:check": "oxfmt --check \"**/*.{js,json,yml,yaml,md}\""
  },
  "dependencies": {
    "ansi-colors": "^4.1.1",
    "async": "^3.2.0",
    "fancy-log": "^2.0.0",
    "minimatch": "^10.2.2",
    "plugin-error": "^2.0.1",
    "through2": "^4.0.2",
    "vinyl": "^3.0.1"
  },
  "devDependencies": {
    "mocha": "^12.0.0-beta-9",
    "mock-require": "^3.0.3",
    "oxfmt": "^0.34.0",
    "oxlint": "^1.49.0",
    "should": "^13.2.3",
    "temp": "^0.9.4"
  },
  "engines": {
    "node": ">=24.0.0"
  },
  "copyright": "2014 Kota Saito"
}
