{
  "name": "@parcel/workers",
  "version": "2.0.0-alpha.3.1",
  "description": "Blazing fast, zero configuration web application bundler",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/parcel-bundler/parcel.git"
  },
  "main": "lib/index.js",
  "source": "src/index.js",
  "engines": {
    "node": ">= 10.0.0"
  },
  "dependencies": {
    "@parcel/diagnostic": "^2.0.0-alpha.3.1",
    "@parcel/logger": "^2.0.0-alpha.3.1",
    "@parcel/utils": "^2.0.0-alpha.3.1",
    "chrome-trace-event": "^1.0.2",
    "nullthrows": "^1.1.1",
    "physical-cpu-count": "^2.0.0"
  }
}
