{
  "name": "@parcel/plugin",
  "version": "2.0.0-alpha.3.1",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/parcel-bundler/parcel.git"
  },
  "main": "lib/PluginAPI.js",
  "source": "src/PluginAPI.js",
  "engines": {
    "node": ">= 10.0.0"
  },
  "dependencies": {
    "@parcel/types": "^2.0.0-alpha.3.1"
  }
}
