{
    "name": "gulp-copy",
    "version": "5.0.0",
    "description": "Plugin copying files to a new destination and using that destination for other actions",
    "main": "index.js",
    "repository": {
        "type": "git",
        "url": "https://github.com/klaascuvelier/gulp-copy"
    },
    "scripts": {
        "lint": "eslint ./lib -c ./.eslintrc",
        "test": "jest test/spec",
        "prettier": "prettier --write '**/*.{js,jsx,ts,tsx,css,less,md,json}'",
        "prettier-check": "prettier --list-different '**/*.{js,jsx,ts,tsx,css,less,md,json}'"
    },
    "keywords": [
        "gulpplugin",
        "copy",
        "gulp"
    ],
    "author": {
        "name": "Klaas Cuvelier",
        "email": "cuvelierklaas@gmail.com",
        "url": "http://klaascuvelier.io"
    },
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/klaascuvelier/gulp-copy/issues"
    },
    "devDependencies": {
        "eslint-config-kentcdodds": "^21.0.0",
        "jest": "29.7.0",
        "prettier": "^1.14.0",
        "gulp": "^5.0.0"
    },
    "dependencies": {
        "plugin-error": "^2.0.1",
        "through2": "^2.0.3"
    },
    "peerDependencies": {
        "gulp": "^4.0.1 || ^5.0.0"
    },
    "homepage": "https://github.com/klaascuvelier/gulp-copy"
}
