{
  "name": "@parcel/graph",
  "version": "3.1.0",
  "description": "Blazing fast, zero configuration web application bundler",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/parcel"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/parcel-bundler/parcel.git"
  },
  "main": "lib/index.js",
  "source": "src/index.js",
  "engines": {
    "node": ">= 12.0.0"
  },
  "dependencies": {
    "nullthrows": "^1.1.1"
  },
  "gitHead": "f8076f1644cabc944695b5ec82602c8ae32bcf21"
}
