{
  "name": "parcel-reporter-static-files-copy",
  "version": "1.5.3",
  "description": "ParcelJS v2 plugin to copy static files from static dir to bundle directory.",
  "main": "index.js",
  "scripts": {
    "test": "eslint index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/elwin013/parcel-reporter-static-files-copy.git"
  },
  "keywords": [
    "parcel"
  ],
  "author": "Kamil Banach <kontakt@elwin013.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/elwin013/parcel-reporter-static-files-copy/issues"
  },
  "homepage": "https://github.com/elwin013/parcel-reporter-static-files-copy#readme",
  "engines": {
    "parcel": "^2.0.0-beta.1"
  },
  "dependencies": {
    "@parcel/plugin": "^2.0.0-beta.1"
  },
  "devDependencies": {
    "@parcel/types": "^2.0.0-beta.1",
    "eslint": "5.12.0"
  }
}
