{
  "name": "@parcel/fs",
  "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/utils": "^2.0.0-alpha.3.1",
    "@parcel/watcher": "^2.0.0-alpha.4",
    "@parcel/workers": "^2.0.0-alpha.3.1",
    "mkdirp": "^0.5.1",
    "ncp": "^2.0.0",
    "nullthrows": "^1.1.1",
    "rimraf": "^2.6.2"
  }
}
